From 19ca87f7fcbd4a7fd0e640298fd1123874c9e731 Mon Sep 17 00:00:00 2001 From: Alexis Campailla Date: Tue, 18 Aug 2015 14:09:59 +0200 Subject: [PATCH] test: add internet tests to test-ci --- Makefile | 2 +- test/internet/internet.status | 18 ++++++++++++++++++ vcbuild.bat | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 test/internet/internet.status diff --git a/Makefile b/Makefile index 286b6180a66e11..15bd89f1668bed 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ test-all-valgrind: test-build $(PYTHON) tools/test.py --mode=debug,release --valgrind test-ci: - $(PYTHON) tools/test.py -p tap --logfile test.tap --mode=release message parallel sequential + $(PYTHON) tools/test.py -p tap --logfile test.tap --mode=release message internet parallel sequential test-release: test-build $(PYTHON) tools/test.py --mode=release diff --git a/test/internet/internet.status b/test/internet/internet.status new file mode 100644 index 00000000000000..320bfe7a36e50e --- /dev/null +++ b/test/internet/internet.status @@ -0,0 +1,18 @@ +prefix internet + +# To mark a test as flaky, list the test name in the appropriate section +# below, without ".js", followed by ": PASS,FLAKy". Example: +# sample-test : PASS,FLAKY + +[true] # This section applies to all platforms + +[$system==win32] + +[$system==linux] + +[$system==macos] + +[$system==solaris] # Also applies to SmartOS + +[$system==freebsd] + diff --git a/vcbuild.bat b/vcbuild.bat index 23dc4282a3aafa..42780939155cb5 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -54,7 +54,7 @@ if /i "%1"=="noetw" set noetw=1&goto arg-ok if /i "%1"=="noperfctr" set noperfctr=1&goto arg-ok if /i "%1"=="licensertf" set licensertf=1&goto arg-ok if /i "%1"=="test" set test_args=%test_args% sequential parallel message -J&set jslint=1&goto arg-ok -if /i "%1"=="test-ci" set test_args=%test_args% -p tap --logfile test.tap message sequential parallel&goto arg-ok +if /i "%1"=="test-ci" set test_args=%test_args% -p tap --logfile test.tap message internet sequential parallel&goto arg-ok if /i "%1"=="test-simple" set test_args=%test_args% sequential parallel -J&goto arg-ok if /i "%1"=="test-message" set test_args=%test_args% message&goto arg-ok if /i "%1"=="test-gc" set test_args=%test_args% gc&set buildnodeweak=1&goto arg-ok