commit | 86851434c8372fdd1f4f078d92a6e72a92d5ac0d | [log] [tgz] |
---|---|---|
author | Enjia Mai <enjiax.mai@intel.com> | Thu Mar 25 01:01:01 2021 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue May 04 19:09:54 2021 -0400 |
tree | d73ab5cc83d4adb9c0bbb259a71705b86e20a4bd | |
parent | 2dc693bbed11faff2c302ea0aa07b18681b9afb7 [diff] |
tests: ztest: do not optimize the divide by zero test case Make the divide instruction not being optimized of the ztest example test case. Do this because it will be replaced by invalid opcode exception instruction generated by GCC. Fixes #33403. Signed-off-by: Enjia Mai <enjiax.mai@intel.com>