-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: ignore failures of GemStone64-3.5.3 on macOS
- Loading branch information
Showing
5 changed files
with
46 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 22 additions & 18 deletions
40
repository/SmalltalkCI-Tests.package/SCITestReporterStdoutTest.class/class/failureFixture.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,35 @@ | ||
fixtures | ||
failureFixture | ||
|
||
^ #( '[1m[34m#################################################' | ||
'[1m[34m# Stdout-testReportFailure #' | ||
'[1m[34m# 8 Tests with 4 Failures and 1 Errors in 0.01s #' | ||
'[1m[34m#################################################' | ||
^ #( | ||
"The length of the separators and right padding depend on the time | ||
the test suite took to execute, so we need to account for differences" | ||
'[1m[34m#############################################*' | ||
'[1m[34m# Stdout-testReportFailure *#' | ||
'[1m[34m# 8 Tests with 4 Failures and 1 Errors in *s #' | ||
'[1m[34m#############################################*' | ||
'[0m' '(3 tests passed)' '[1m' 'SCIExcludedTests' | ||
'[0m[32m ✓[0m #testDeprecation (0ms)[0m' | ||
'[32m ✓[0m #testShouldFail (1ms)[0m' | ||
'[32m ✓[0m #testShouldPass (0ms)[0m' | ||
'[0m[32m ✓[0m #testDeprecation (*ms)[0m' | ||
'[32m ✓[0m #testShouldFail (*ms)[0m' | ||
'[32m ✓[0m #testShouldPass (*ms)[0m' | ||
'[1m[31m#########################' | ||
'[1m[31m# 5 tests did not pass: #' | ||
'[1m[31m#########################' | ||
'[0m[1m' '[0m[1m[33m ✗ #testAssertError (5ms)[0m' | ||
'[1mTestFailure: Got 3 instead of 4.[0m' | ||
'[0m[1m[31m ✗ #testError (1ms)[0m' | ||
'[0m[1m' '[0m[1m[33m ✗ #testAssertError (*ms)[0m' | ||
"Squeak and Pharo differ in the wording for the next line" | ||
'[1mTestFailure: * 3 * 4.[0m' | ||
'[0m[1m[31m ✗ #testError (*ms)[0m' | ||
'[1mError: An error message.[0m' | ||
'[0m[1m[33m ✗ #testFailure (3ms)[0m' | ||
'[0m[1m[33m ✗ #testFailure (*ms)[0m' | ||
'[1mTestFailure: A failure message.[0m' | ||
'[0m[1m[33m ✗ #testShouldPassUnexpectedly (0ms)[0m' | ||
'[1mTestFailure: Test passed unexpectedly[0m[1m[33m ✗ #testThisIsAVeryLongMethodNameThat...playedCorrectlyInATravisLog (0ms)[0m' | ||
'[0m[1m[33m ✗ #testShouldPassUnexpectedly (*ms)[0m' | ||
'[1mTestFailure: Test passed unexpectedly[0m[1m[33m ✗ #testThisIsAVeryLongMethodNameThat...playedCorrectlyInATravisLog (*ms)[0m' | ||
'[1mTestFailure: Assertion failed[0m' | ||
'[1m[31m###########' '[1m[31m# Summary #' | ||
'[1m[31m###########' '[0m[1m' '[0m[33m ✗ #testAssertError (5ms)[0m' | ||
'[31m ✗ #testError (1ms)[0m' '[33m ✗ #testFailure (3ms)[0m' | ||
'[33m ✗ #testShouldPassUnexpectedly (0ms)[0m' | ||
'[33m ✗ #testThisIsAVeryLongMethodNameThatProbablyNeedsToBeContractedInOrderToBeDisplayedCorrectlyInATravisLog (0ms)[0m' | ||
'[1m[31m###########' '[0m[1m' '[0m[33m ✗ #testAssertError (*ms)[0m' | ||
'[31m ✗ #testError (*ms)[0m' '[33m ✗ #testFailure (*ms)[0m' | ||
'[33m ✗ #testShouldPassUnexpectedly (*ms)[0m' | ||
'[33m ✗ #testThisIsAVeryLongMethodNameThatProbablyNeedsToBeContractedInOrderToBeDisplayedCorrectlyInATravisLog (*ms)[0m' | ||
'[1m[31msmalltalkCI Deprecation Warnings[0m' | ||
' - SCIExcludedTests>>testDeprecation (This is just a test)' | ||
'[1m[31m Executed 8 Tests with 4 Failures and 1 Errors in 0.01s.[0m' ) | ||
'[1m[31m Executed 8 Tests with 4 Failures and 1 Errors in *s.[0m' ) |
22 changes: 12 additions & 10 deletions
22
repository/SmalltalkCI-Tests.package/SCITestReporterStdoutTest.class/class/successFixture.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
fixtures | ||
successFixture | ||
|
||
^ #( '[1m[34m#################################################' | ||
'[1m[34m# Stdout-testReportSuccess #' | ||
'[1m[34m# 5 Tests with 0 Failures and 0 Errors in 0.01s #' | ||
'[1m[34m#################################################' | ||
^ #( "The length of the separators and right padding depend on the time | ||
the test suite took to execute, so we need to account for differences" | ||
'[1m[34m#############################################*' | ||
'[1m[34m# Stdout-testReportSuccess *#' | ||
'[1m[34m# 5 Tests with 0 Failures and 0 Errors in *s #' | ||
'[1m[34m#############################################*' | ||
'[0m' '(5 tests passed)' '[1m' 'SCIPassingTests' | ||
'[0m[32m ✓[0m #testAssert (0ms)[0m' | ||
'[32m ✓[0m #testAssertEquals (0ms)[0m' | ||
'[32m ✓[0m #testDeny (0ms)[0m' | ||
'[32m ✓[0m #testEmpty (0ms)[0m' | ||
'[32m ✓[0m #testRaise (0ms)[0m' | ||
'[1m[32m Executed 5 Tests with 0 Failures and 0 Errors in 0.01s.[0m' ) | ||
'[0m[32m ✓[0m #testAssert (*ms)[0m' | ||
'[32m ✓[0m #testAssertEquals (*ms)[0m' | ||
'[32m ✓[0m #testDeny (*ms)[0m' | ||
'[32m ✓[0m #testEmpty (*ms)[0m' | ||
'[32m ✓[0m #testRaise (*ms)[0m' | ||
'[1m[32m Executed 5 Tests with 0 Failures and 0 Errors in *s.[0m' ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters