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 c7c65cc commit 87c5fbeCopy full SHA for 87c5fbe
test/test_sanity.py
@@ -299,6 +299,7 @@ def test_llvm(self):
299
output = self.check_working(EMCC)
300
self.assertNotContained(LLVM_WARNING, output)
301
302
+ @no_windows('Test relies on Unix-specific shell script')
303
def test_node(self):
304
NODE_WARNING = 'node version appears too old'
305
NODE_WARNING_2 = 'cannot check node version'
@@ -608,6 +609,7 @@ def second_use():
608
609
first_use()
610
second_use()
611
612
613
def test_js_engine_path(self):
614
# Test that running JS commands works for node, d8, and jsc and is not path dependent
615
restore_and_set_up()
0 commit comments