commit | 9f851850a4fd47a9c2919a439710f3cf71a11a7c | [log] [tgz] |
---|---|---|
author | Thomas Lively <tlively@google.com> | Sun Mar 24 00:05:55 2024 |
committer | Thomas Lively <tlively@google.com> | Sun Mar 24 00:05:55 2024 |
tree | 2af6c593d35cd5a00e305881fe34f66e3e60c2b3 | |
parent | 81b8497164cff31af3bbd66f8b2aee55503b74cb [diff] |
focus handlers
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index 6868957..e585ac4 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py
@@ -1371,11 +1371,11 @@ testcase_handlers = [ FuzzExec(), CompareVMs(), - CheckDeterminism(), - Wasm2JS(), - TrapsNeverHappen(), - CtorEval(), - Merge(), + # CheckDeterminism(), + # Wasm2JS(), + # TrapsNeverHappen(), + # CtorEval(), + # Merge(), # FIXME: Re-enable after https://github.com/WebAssembly/binaryen/issues/3989 # RoundtripText() ]