Skip to content

Commit 87c5fbe

Browse files
authored
On Windows, skip sanity tests that depend on creating Unix shell scripts (#25800)
1 parent c7c65cc commit 87c5fbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_sanity.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ def test_llvm(self):
299299
output = self.check_working(EMCC)
300300
self.assertNotContained(LLVM_WARNING, output)
301301

302+
@no_windows('Test relies on Unix-specific shell script')
302303
def test_node(self):
303304
NODE_WARNING = 'node version appears too old'
304305
NODE_WARNING_2 = 'cannot check node version'
@@ -608,6 +609,7 @@ def second_use():
608609
first_use()
609610
second_use()
610611

612+
@no_windows('Test relies on Unix-specific shell script')
611613
def test_js_engine_path(self):
612614
# Test that running JS commands works for node, d8, and jsc and is not path dependent
613615
restore_and_set_up()

0 commit comments

Comments
 (0)