Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
more ubsan
  • Loading branch information
tlively committed Aug 20, 2024
commit b49dad8cedc438a9d42b1f76d2539b5c7dd8d11c
3 changes: 2 additions & 1 deletion scripts/test/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,8 @@ def get_tests(test_dir, extensions=[], recursive=False):
'simd_f64x2.wast',
'simd_f64x2_arith.wast',
'simd_f64x2_rounding.wast',
'simd_i32x4_cmp.wast', # UBSan error on integer overflow
'simd_i32x4_cmp.wast', # UBSan error on integer overflow
'simd_i32x4_arith2.wast', # UBSan error on integer overflow
'token.wast',
]
options.spec_tests = [t for t in options.spec_tests if os.path.basename(t) not
Expand Down