Commit 8a3fc7a
authored
Temporarily disable parallel backend tests due to frequent timeouts (#19292)
Compilation tests run with `-Ybackend-parallelism:N` flag seem to be
stuck when compiling probably due to deadlock or infinite loop. See
https://github.com/lampepfl/dotty/actions/runs/7243042276/job/19729290631#step:9:2254
which failed to compile `tests/pos/reference/auto-param-tupling.scala`
To be restored when underlying issue would be fixed1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
253 | 254 | | |
254 | 255 | | |
255 | 256 | | |
| |||
0 commit comments