Skip to content

Commit 2535c2d

Browse files
committed
Revert "Disable tests that timeout easily"
This reverts commit ce3f7b4.
1 parent 8ca5af1 commit 2535c2d

File tree

2 files changed

+30
-16
lines changed

2 files changed

+30
-16
lines changed

tests/run-with-compiler-custom-args/staged-streams_1.check

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,18 @@
22

33
12
44

5+
36
6+
7+
2
8+
9+
3
10+
11+
7
12+
13+
12
14+
15+
15
16+
17+
15
18+
19+
72

tests/run-with-compiler-custom-args/staged-streams_1.scala

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -678,22 +678,21 @@ object Test {
678678
println
679679
println(test2().run)
680680
println
681-
// FIXME re-enable in #4643 when we can cache the compiler context
682-
// println(test3().run)
683-
// println
684-
// println(test4().run)
685-
// println
686-
// println(test5().run)
687-
// println
688-
// println(test6().run)
689-
// println
690-
// println(test7().run)
691-
// println
692-
// println(test8().run)
693-
// println
694-
// println(test9().run)
695-
// println
696-
// println(test10().run)
681+
println(test3().run)
682+
println
683+
println(test4().run)
684+
println
685+
println(test5().run)
686+
println
687+
println(test6().run)
688+
println
689+
println(test7().run)
690+
println
691+
println(test8().run)
692+
println
693+
println(test9().run)
694+
println
695+
println(test10().run)
697696
}
698697
}
699698

0 commit comments

Comments
 (0)