We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4179a commit 66effffCopy full SHA for 66effff
ml-proto/TestingTodo.md
@@ -22,6 +22,7 @@ Operator semantics:
22
- ~~test that shifts don't mask their shift count. 32 is particularly nice to test.~~
23
- test that `page_size` returns a power of 2
24
- ~~test that arithmetic operands are evaluated left-to-right~~
25
+ - test that call and store operands are evaluated left-to-right too
26
- ~~test that add/sub/mul/wrap/wrapping-store silently wrap on overflow~~
27
- ~~test that sdiv/udiv/srem/urem trap on divide-by-zero~~
28
- ~~test that sdiv traps on overflow~~
0 commit comments