Skip to content

Commit 66effff

Browse files
committed
Add a todo item for call and store operand evaluation order.
1 parent 5a4179a commit 66effff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ml-proto/TestingTodo.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Operator semantics:
2222
- ~~test that shifts don't mask their shift count. 32 is particularly nice to test.~~
2323
- test that `page_size` returns a power of 2
2424
- ~~test that arithmetic operands are evaluated left-to-right~~
25+
- test that call and store operands are evaluated left-to-right too
2526
- ~~test that add/sub/mul/wrap/wrapping-store silently wrap on overflow~~
2627
- ~~test that sdiv/udiv/srem/urem trap on divide-by-zero~~
2728
- ~~test that sdiv traps on overflow~~

0 commit comments

Comments
 (0)