generated from exercism/generic-test-runner
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a64569
commit abfde16
Showing
10 changed files
with
14 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
tests/*/results.json | ||
tests/*/Mason.lock | ||
tests/*/target |
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,4 +1,4 @@ | ||
FROM chapel/chapel:1.32.0 | ||
FROM chapel/chapel:1.33.0 | ||
|
||
RUN apt update && apt install -y jq | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": 1, | ||
"status": "fail", | ||
"message": "\n\n======================================================================\nFAIL tests.chpl: testYearNotDivisibleBy4InCommonYear()\n----------------------------------------------------------------------\nAssertionError: assertFalse failed. Given expression is True\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy2NotDivisibleBy4InCommonYear()\n----------------------------------------------------------------------\nAssertionError: assertFalse failed. Given expression is True\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy4NotDivisibleBy100InLeapYear()\n----------------------------------------------------------------------\nAssertionError: assertTrue failed. Given expression is False\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy4And5IsStillALeapYear()\n----------------------------------------------------------------------\nAssertionError: assertTrue failed. Given expression is False\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy100NotDivisibleBy400InCommonYear()\n----------------------------------------------------------------------\nAssertionError: assertFalse failed. Given expression is True\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy100ButNotBy3IsStillNotALeapYear()\n----------------------------------------------------------------------\nAssertionError: assertFalse failed. Given expression is True\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy400IsLeapYear()\n----------------------------------------------------------------------\nAssertionError: assertTrue failed. Given expression is False\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy400ButNotBy125IsStillALeapYear()\n----------------------------------------------------------------------\nAssertionError: assertTrue failed. Given expression is False\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy200NotDivisibleBy400InCommonYear()\n----------------------------------------------------------------------\nAssertionError: assertFalse failed. Given expression is True\n\n----------------------------------------------------------------------\nRan 9 tests\n\nFAILED (failures = 9 )" | ||
"message": "\n\n======================================================================\nFAIL tests.chpl: testYearNotDivisibleBy4InCommonYear()\n----------------------------------------------------------------------\nAssertionError: in test/tests.chpl:6 - assertFalse failed. Given expression is True\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy2NotDivisibleBy4InCommonYear()\n----------------------------------------------------------------------\nAssertionError: in test/tests.chpl:10 - assertFalse failed. Given expression is True\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy4NotDivisibleBy100InLeapYear()\n----------------------------------------------------------------------\nAssertionError: in test/tests.chpl:14 - assertTrue failed. Given expression is False\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy4And5IsStillALeapYear()\n----------------------------------------------------------------------\nAssertionError: in test/tests.chpl:18 - assertTrue failed. Given expression is False\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy100NotDivisibleBy400InCommonYear()\n----------------------------------------------------------------------\nAssertionError: in test/tests.chpl:22 - assertFalse failed. Given expression is True\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy100ButNotBy3IsStillNotALeapYear()\n----------------------------------------------------------------------\nAssertionError: in test/tests.chpl:26 - assertFalse failed. Given expression is True\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy400IsLeapYear()\n----------------------------------------------------------------------\nAssertionError: in test/tests.chpl:30 - assertTrue failed. Given expression is False\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy400ButNotBy125IsStillALeapYear()\n----------------------------------------------------------------------\nAssertionError: in test/tests.chpl:34 - assertTrue failed. Given expression is False\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy200NotDivisibleBy400InCommonYear()\n----------------------------------------------------------------------\nAssertionError: in test/tests.chpl:38 - assertFalse failed. Given expression is True\n\n----------------------------------------------------------------------\nRan 9 tests\n\nFAILED (failures = 9 )" | ||
} |
Binary file not shown.
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,5 +1,5 @@ | ||
{ | ||
"version": 1, | ||
"status": "fail", | ||
"status": "error", | ||
"message": "compilation failed for tests.chpl\n\n\n======================================================================\nERROR tests.chpl: tests\n----------------------------------------------------------------------\ntests.chpl failed to compile\nTry running 'mason test --show' for more details\n----------------------------------------------------------------------\nRan 1 test\n\nFAILED (errors = 1 )" | ||
} |
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,5 +1,5 @@ | ||
{ | ||
"version": 1, | ||
"status": "fail", | ||
"message": "\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy100NotDivisibleBy400InCommonYear()\n----------------------------------------------------------------------\nAssertionError: assertFalse failed. Given expression is True\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy100ButNotBy3IsStillNotALeapYear()\n----------------------------------------------------------------------\nAssertionError: assertFalse failed. Given expression is True\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy200NotDivisibleBy400InCommonYear()\n----------------------------------------------------------------------\nAssertionError: assertFalse failed. Given expression is True\n\n----------------------------------------------------------------------\nRan 9 tests\n\nFAILED (passed = 6 failures = 3 )" | ||
"message": "\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy100NotDivisibleBy400InCommonYear()\n----------------------------------------------------------------------\nAssertionError: in test/tests.chpl:22 - assertFalse failed. Given expression is True\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy100ButNotBy3IsStillNotALeapYear()\n----------------------------------------------------------------------\nAssertionError: in test/tests.chpl:26 - assertFalse failed. Given expression is True\n\n======================================================================\nFAIL tests.chpl: testYearDivisibleBy200NotDivisibleBy400InCommonYear()\n----------------------------------------------------------------------\nAssertionError: in test/tests.chpl:38 - assertFalse failed. Given expression is True\n\n----------------------------------------------------------------------\nRan 9 tests\n\nFAILED (passed = 6 failures = 3 )" | ||
} |
Binary file not shown.
Binary file not shown.
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,5 +1,5 @@ | ||
{ | ||
"version": 1, | ||
"status": "fail", | ||
"status": "error", | ||
"message": "compilation failed for tests.chpl\n\n\n======================================================================\nERROR tests.chpl: tests\n----------------------------------------------------------------------\ntests.chpl failed to compile\nTry running 'mason test --show' for more details\n----------------------------------------------------------------------\nRan 1 test\n\nFAILED (errors = 1 )" | ||
} |