File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ clear_out "$OUT"
5353./bin/scalac -decompile -color:never " $OUT /out.jar" > " $tmp "
5454grep -qe " def main(args: scala.Array\[scala.Predef.String\]): scala.Unit =" " $tmp "
5555
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+
5660# echo ":quit" | ./dist/target/pack/bin/scala # not supported by CI
5761
5862echo " testing ./bin/scaladoc"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ echo "testing sbt scalac and scala"
77" $SBT " " ;scalac $SOURCE -d $OUT ;scala -classpath $OUT $MAIN " > " $tmp "
88grep -qe " $EXPECTED_OUTPUT " " $tmp "
99
10- # check that `sbt scalac` compiles and `sbt scala` runs it
10+ # check that `sbt scalac -from-tasty ` compiles and `sbt scala` runs it
1111echo " testing sbt scalac -from-tasty and scala -classpath"
1212clear_out " $OUT "
1313" $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
4747 exit 1
4848fi
4949
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-
5450# check that missing source file does not crash message rendering
5551echo " testing that missing source file does not crash message rendering"
5652clear_out " $OUT "
You can’t perform that action at this time.
0 commit comments