diff options
-rwxr-xr-x | tests/fuzz/csmith_driver.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fuzz/csmith_driver.py b/tests/fuzz/csmith_driver.py index f79b9180..6c6965df 100755 --- a/tests/fuzz/csmith_driver.py +++ b/tests/fuzz/csmith_driver.py @@ -84,9 +84,9 @@ while 1: except Exception, e: print e normal = False - open('testcase%d.js' % tried, 'w').write( - open(filename + '.js').read().replace(' var ret = run();', ' var ret = run(["1"]);') - ) + #open('testcase%d.js' % tried, 'w').write( + # open(filename + '.js').read().replace(' var ret = run();', ' var ret = run(["1"]);') + #) if not ok: print "EMSCRIPTEN BUG" notes['embug'] += 1 |