*** empty log message ***
authorsr
Thu, 12 Oct 2017 11:34:50 +0200
changeset 424 a96e3e463c10
parent 423 a052f2e19783
child 425 1378afa7824b
*** empty log message ***
quickSelfTest/RunUnitTests.st
--- a/quickSelfTest/RunUnitTests.st	Thu Oct 12 11:31:03 2017 +0200
+++ b/quickSelfTest/RunUnitTests.st	Thu Oct 12 11:34:50 2017 +0200
@@ -91,7 +91,11 @@
 		firstIfEmpty:nil.
 	].
 
-	(excludedUnitTestClassNames includes:eachClassName) ifFalse:[
+	(excludedUnitTestClassNames includes:eachClassName) ifTrue:[
+	    self
+		logInfo:('excluded unit test class "%1".'
+		    bindWith:eachClassName).
+	] ifFalse:[
 	    (corruptedUnitTestClassNames includes:eachClassName) ifTrue:[
 		self
 		    logWarning:('corrupted unit test class detected, please fix #%1'
@@ -192,6 +196,7 @@
 excludedUnitTestClassNamesForExpecco
     ^ self excludedUnitTestClassNamesForAll
 	, #(
+	    #'RegressionTests::VMCrashTestCase'
 	    #'RegressionTests::VMCrashTests'
 	    #'RegressionTests::ParserTests'
 	    #'RegressionTests::BreakpointTests'