You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tests/runner.py
+3
Original file line number
Diff line number
Diff line change
@@ -5934,6 +5934,9 @@ def do_test():
5934
5934
delos.environ['EMCC_DEBUG']
5935
5935
shutil.copyfile('src.c.o.js', 'debug.js')
5936
5936
self.assertIdentical(open('release.js').read().replace('\n\n', '\n').replace('\n\n', '\n'), open('debug.js').read().replace('\n\n', '\n').replace('\n\n', '\n')) # EMCC_DEBUG=1 mode must not generate different code!
5937
+
print>>sys.stderr, 'debug check passed too'
5938
+
else:
5939
+
print>>sys.stderr, 'not doing debug check because already in debug'
5937
5940
5938
5941
deftest_python(self):
5939
5942
ifSettings.QUANTUM_SIZE==1: returnself.skip('TODO: make this work')
0 commit comments