pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

corefx-git: No more need for timeout(1), no tests hangs



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Apr 25 01:48:27 2016 +0200
Changeset:	5cc590da17888337dfe3ec1a61c2b11bdaf10fc2

Removed Files:
	corefx-git/patches/patch-run-test.sh

Log Message:
corefx-git: No more need for timeout(1), no tests hangs

Current results on NetBSD amd64:
Total: 90143 Errors: 0 Failed: 2 Skipped: 0 Time: 9998; 50k crashes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5cc590da17888337dfe3ec1a61c2b11bdaf10fc2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 corefx-git/patches/patch-run-test.sh | 16 ----------------
 1 file changed, 16 deletions(-)

diffs:
diff --git a/corefx-git/patches/patch-run-test.sh b/corefx-git/patches/patch-run-test.sh
deleted file mode 100644
index bc1bda6..0000000
--- a/corefx-git/patches/patch-run-test.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD$
-
---- run-test.sh.orig	2016-04-20 18:37:43.000000000 +0000
-+++ run-test.sh
-@@ -185,9 +185,9 @@ run_test()
- 
-   echo
-   echo "Running tests in $dirName"
--  echo "./corerun xunit.console.netcore.exe $testProject.dll -xml testResults.xml -notrait category=failing $OuterLoop $IgnoreForCI -notrait category=$xunitOSCategory -notrait Benchmark=true"
-+  echo "timeout -s SIGKILL 15m ./corerun xunit.console.netcore.exe $testProject.dll -xml testResults.xml -notrait category=failing $OuterLoop $IgnoreForCI -notrait category=$xunitOSCategory -notrait Benchmark=true"
-   echo
--  ./corerun xunit.console.netcore.exe "$testProject.dll" -xml testResults.xml -notrait category=failing $OuterLoop $IgnoreForCI -notrait category=$xunitOSCategory -notrait Benchmark=true
-+  timeout -s SIGKILL 15m ./corerun xunit.console.netcore.exe "$testProject.dll" -xml testResults.xml -notrait category=failing $OuterLoop $IgnoreForCI -notrait category=$xunitOSCategory -notrait Benchmark=true
-   exitCode=$?
- 
-   if [ $exitCode -ne 0 ]


Home | Main Index | Thread Index | Old Index