Commit bcbbbc0
committed
Make test t6827 less flaky
It failed once on the CI on OpenJDK 8 because the toString of the
exception was "java.lang.ArrayIndexOutOfBoundsException" instead of
"java.lang.ArrayIndexOutOfBoundsException:-1"
(https://dotty-ci.epfl.ch/lampepfl/dotty/982/1/4). I have no idea how
this could happen (different code paths between the interpreted and JIT
compiled code ?), so just stop checking for the exact toString output.1 parent ba87027 commit bcbbbc0
2 files changed
+5
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
22 | 15 | | |
23 | 16 | | |
24 | 17 | | |
| |||
0 commit comments