File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1380,6 +1380,7 @@ def setup(self, **kwargs):
1380
1380
env = compile_environ ,
1381
1381
),
1382
1382
Test (
1383
+ name = "Node full test suite" ,
1383
1384
command = [
1384
1385
"cross-build/wasm32-emscripten/build/python/python.sh" ,
1385
1386
"-m" , "test" ,
@@ -1392,6 +1393,16 @@ def setup(self, **kwargs):
1392
1393
env = compile_environ ,
1393
1394
timeout = step_timeout (self .test_timeout ),
1394
1395
),
1396
+ Test (
1397
+ name = "PyRepl in Chrome smoke test" ,
1398
+ command = [
1399
+ "bash" ,
1400
+ "run_test.sh" ,
1401
+ ],
1402
+ env = compile_environ ,
1403
+ timeout = step_timeout (self .test_timeout ),
1404
+ workdir = "Tools/wasm/emscripten/browser_test" ,
1405
+ ),
1395
1406
Clean (
1396
1407
name = "Clean the builds" ,
1397
1408
command = ["python3" , "Tools/wasm/emscripten" , "clean" ],
You can’t perform that action at this time.
0 commit comments