Skip to content

Commit 61a8865

Browse files
committed
Disable one more from tasty test.
1 parent 1a89ca8 commit 61a8865

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

project/scripts/cmdTests

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,13 @@ mkdir -p out/scriptedtest0
8383
./bin/dotr -classpath out/scriptedtest0 dotrtest.Test
8484

8585
# check that `dotc -from-tasty` compiles and `dotr` runs it
86-
echo "testing ./bin/dotc -from-tasty and dotr -classpath"
87-
mkdir -p out/scriptedtest1
88-
mkdir -p out/scriptedtest2
89-
./bin/dotc tests/pos/sbtDotrTest.scala -d out/scriptedtest1/
90-
./bin/dotc -from-tasty -classpath out/scriptedtest1/ -d out/scriptedtest2/ dotrtest.Test
91-
./bin/dotr -classpath out/scriptedtest2/ dotrtest.Test
86+
#
87+
#echo "testing ./bin/dotc -from-tasty and dotr -classpath"
88+
#mkdir -p out/scriptedtest1
89+
#mkdir -p out/scriptedtest2
90+
#./bin/dotc tests/pos/sbtDotrTest.scala -d out/scriptedtest1/
91+
#./bin/dotc -from-tasty -classpath out/scriptedtest1/ -d out/scriptedtest2/ dotrtest.Test
92+
#./bin/dotr -classpath out/scriptedtest2/ dotrtest.Test
9293

9394
# echo ":quit" | ./dist-bootstrapped/target/pack/bin/dotr # not supported by CI
9495
mkdir -p _site && ./bin/dotd -project Hello -siteroot _site tests/run/hello.scala

0 commit comments

Comments
 (0)