Skip to content

Commit f5d2aea

Browse files
committed
remove ci truffle debug flags
1 parent befe0bb commit f5d2aea

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ci.jsonnet

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@
195195
tags: "tags must be defined",
196196

197197
// local truffleDebugFlags = utils.graalOption("TraceTruffleCompilation", "true"),
198-
local truffleDebugFlags = utils.graalOption("TraceTruffleCompilationDetails", "true"),
199-
// local truffleDebugFlags = [],
198+
// local truffleDebugFlags = utils.graalOption("TraceTruffleCompilationDetails", "true"),
199+
local truffleDebugFlags = [],
200200
targets: TARGET.gate,
201201
run +: [
202202
["mx"] + truffleDebugFlags + ["--strict-compliance", "--dynamicimports", super.dynamicImports, "--primary", "gate", "--tags", self.tags, "-B=--force-deprecation-as-warning-for-dependencies"],

graalpython/com.oracle.graal.python.test/src/graalpytest.py

-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def __init__(self, exc_type, function=None, *args, **kwargs):
169169
except exc_type:
170170
pass
171171
else:
172-
dump_truffle_ast(self.__init__)
173172
assert False, "expected '%r' to raise '%r'" % (self.function, exc_type)
174173

175174
def __enter__(self):

0 commit comments

Comments
 (0)