Commit 1512444
committed
When a test fails report number of _failures_ not _errors_ (V2)
Right now we report the number of "errors", that is compiler errors including
the expected ones, but we should instead use the test "failures", that is the
unexpected behaviors.
Also make errorCount private.1 parent cdbb1be commit 1512444
File tree
2 files changed
+7
-6
lines changed- compiler/test/dotty/tools/vulpix
2 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
| 231 | + | |
231 | 232 | | |
232 | 233 | | |
233 | 234 | | |
| |||
1012 | 1013 | | |
1013 | 1014 | | |
1014 | 1015 | | |
1015 | | - | |
1016 | | - | |
1017 | | - | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
1018 | 1019 | | |
1019 | | - | |
| 1020 | + | |
1020 | 1021 | | |
1021 | 1022 | | |
1022 | 1023 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
0 commit comments