Skip to content

Commit fc85fe7

Browse files
committed
[GR-36193] Change sulong qsort expected backtrace
PullRequest: truffleruby/3197
2 parents 24b3202 + e20fa71 commit fc85fe7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

mx.truffleruby/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "regex",
99
"subdir": True,
10-
"version": "94f51568be0f91b1bc9f2572abf85d240b0b3e08",
10+
"version": "7c20b5f30204e2cc13fb75a68eb3e6c73f46f436",
1111
"urls": [
1212
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
1313
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -16,7 +16,7 @@
1616
{
1717
"name": "sulong",
1818
"subdir": True,
19-
"version": "94f51568be0f91b1bc9f2572abf85d240b0b3e08",
19+
"version": "7c20b5f30204e2cc13fb75a68eb3e6c73f46f436",
2020
"urls": [
2121
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2222
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

test/truffle/cexts/backtraces/expected.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Test error in the callback to the Sulong-instrinsified qsort()
3333
/bin/backtraces:74:in `block in <main>': error from Ruby called from instrinsified qsort() (RuntimeError)
3434
from /lib/truffle/truffle/cext.rb:n:in `rb_funcall'
3535
from /ext/backtraces/backtraces.c:17:in `compare_function'
36-
from com.oracle.truffle.llvm.libraries.bitcode/src/qsort.c:n:in `sulong_qsort'
36+
from com.oracle.truffle.llvm.libraries.bitcode/src/qsort.c:n:in `sift'
37+
from com.oracle.truffle.llvm.libraries.bitcode/src/qsort.c:n:in `trinkle'
3738
from com.oracle.truffle.llvm.libraries.bitcode/src/qsort.c:n:in `qsort'
3839
from /ext/backtraces/backtraces.c:25:in `call_qsort'
3940
from /lib/truffle/truffle/cext_ruby.rb:n:in `qsort'

0 commit comments

Comments
 (0)