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 5b37c95 commit 34b1afdCopy full SHA for 34b1afd
test/test_browser.py
@@ -5428,6 +5428,7 @@ def test(args, expect_fail):
5428
else:
5429
return self.run_browser('a.out.html', '/report_result?exit:0')
5430
5431
+ test([], expect_fail=False)
5432
test([], expect_fail=True)
5433
test(['-sLEGACY_VM_SUPPORT'], expect_fail=False)
5434
test(['-sLEGACY_VM_SUPPORT', '-sNO_POLYFILL'], expect_fail=True)
0 commit comments