Skip to content

Commit 19ca87f

Browse files
committed
test: add internet tests to test-ci
1 parent 52db70c commit 19ca87f

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ test-all-valgrind: test-build
120120
$(PYTHON) tools/test.py --mode=debug,release --valgrind
121121

122122
test-ci:
123-
$(PYTHON) tools/test.py -p tap --logfile test.tap --mode=release message parallel sequential
123+
$(PYTHON) tools/test.py -p tap --logfile test.tap --mode=release message internet parallel sequential
124124

125125
test-release: test-build
126126
$(PYTHON) tools/test.py --mode=release

test/internet/internet.status

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
prefix internet
2+
3+
# To mark a test as flaky, list the test name in the appropriate section
4+
# below, without ".js", followed by ": PASS,FLAKy". Example:
5+
# sample-test : PASS,FLAKY
6+
7+
[true] # This section applies to all platforms
8+
9+
[$system==win32]
10+
11+
[$system==linux]
12+
13+
[$system==macos]
14+
15+
[$system==solaris] # Also applies to SmartOS
16+
17+
[$system==freebsd]
18+

vcbuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if /i "%1"=="noetw" set noetw=1&goto arg-ok
5454
if /i "%1"=="noperfctr" set noperfctr=1&goto arg-ok
5555
if /i "%1"=="licensertf" set licensertf=1&goto arg-ok
5656
if /i "%1"=="test" set test_args=%test_args% sequential parallel message -J&set jslint=1&goto arg-ok
57-
if /i "%1"=="test-ci" set test_args=%test_args% -p tap --logfile test.tap message sequential parallel&goto arg-ok
57+
if /i "%1"=="test-ci" set test_args=%test_args% -p tap --logfile test.tap message internet sequential parallel&goto arg-ok
5858
if /i "%1"=="test-simple" set test_args=%test_args% sequential parallel -J&goto arg-ok
5959
if /i "%1"=="test-message" set test_args=%test_args% message&goto arg-ok
6060
if /i "%1"=="test-gc" set test_args=%test_args% gc&set buildnodeweak=1&goto arg-ok

0 commit comments

Comments
 (0)