File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ clear_out "$OUT"
53
53
./bin/scalac -decompile -color:never " $OUT /out.jar" > " $tmp "
54
54
grep -qe " def main(args: scala.Array\[scala.Predef.String\]): scala.Unit =" " $tmp "
55
55
56
+ echo " testing sbt scalac with suspension"
57
+ clear_out " $OUT "
58
+ " $SBT " " scala3-compiler-bootstrapped/scalac -d $OUT tests/pos-macros/macros-in-same-project-1/Bar.scala tests/pos-macros/macros-in-same-project-1/Foo.scala" > " $tmp "
59
+
56
60
# echo ":quit" | ./dist/target/pack/bin/scala # not supported by CI
57
61
58
62
echo " testing ./bin/scaladoc"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ echo "testing sbt scalac and scala"
7
7
" $SBT " " ;scalac $SOURCE -d $OUT ;scala -classpath $OUT $MAIN " > " $tmp "
8
8
grep -qe " $EXPECTED_OUTPUT " " $tmp "
9
9
10
- # check that `sbt scalac` compiles and `sbt scala` runs it
10
+ # check that `sbt scalac -from-tasty ` compiles and `sbt scala` runs it
11
11
echo " testing sbt scalac -from-tasty and scala -classpath"
12
12
clear_out " $OUT "
13
13
" $SBT " " ;scalac $SOURCE -d $OUT ;scalac -from-tasty -d $OUT1 $OUT /$TASTY ;scala -classpath $OUT1 $MAIN " > " $tmp "
@@ -47,10 +47,6 @@ if grep -q "tests/pos/i10430/app.scala" "$tmp"; then
47
47
exit 1
48
48
fi
49
49
50
- echo " testing sbt scalac with suspension"
51
- clear_out " $OUT "
52
- " $SBT " " scala3-compiler-bootstrapped/scalac -d $OUT tests/pos-macros/macros-in-same-project-1/Bar.scala tests/pos-macros/macros-in-same-project-1/Foo.scala" > " $tmp "
53
-
54
50
# check that missing source file does not crash message rendering
55
51
echo " testing that missing source file does not crash message rendering"
56
52
clear_out " $OUT "
You can’t perform that action at this time.
0 commit comments