From 1d54be44e4ea261a457ea56bc9c444161ff4d89b Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 28 Apr 2020 10:41:13 -0700 Subject: Remove wasm2c2wasm can_compare_self (#2814) Just like the parent wasm2c, with NaNs don't compare to self before and after optimizations. The binaryen optimizer does different things than the LLVM optimizer there, and NaN bits can change. --- scripts/fuzz_opt.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts') diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index 7efb2043a..94f8d955f 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -402,9 +402,6 @@ class CompareVMs(TestCaseHandler): def can_run(self): return super(Wasm2C2Wasm, self).can_run() and self.has_emcc - def can_compare_to_self(self): - return True - def can_compare_to_others(self): # NaNs can differ from wasm VMs return not NANS -- cgit v1.2.3