We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a10d02 commit 8a229f4Copy full SHA for 8a229f4
test/truffle/compiler/pe.sh
@@ -2,4 +2,4 @@
2
3
source test/truffle/common.sh.inc
4
5
-jt ruby --graal --vm.Dgraal.TruffleCompilationExceptionsAreThrown=true --vm.Dgraal.TruffleIterativePartialEscape=true --basic_ops.inline=false test/truffle/compiler/pe/pe.rb "$@"
+jt ruby --graal --vm.Dgraal.TruffleCompilationExceptionsAreThrown=true --vm.Dgraal.TruffleIterativePartialEscape=true --experimental-options --basic_ops.inline=false test/truffle/compiler/pe/pe.rb "$@"
test/truffle/integration/backtraces.sh
@@ -7,7 +7,7 @@ do
7
echo "$f"
8
options=""
9
if [ "$(basename "$f")" = "javascript.rb" ]; then
10
- options="--single_threaded"
+ options="--experimental-options --single_threaded"
11
fi
12
jt ruby --no-core-load-path $options "$f"
13
done
0 commit comments