File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
test/truffle/cexts/backtraces Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
{
8
8
"name" : "regex" ,
9
9
"subdir" : True ,
10
- "version" : "94f51568be0f91b1bc9f2572abf85d240b0b3e08 " ,
10
+ "version" : "7c20b5f30204e2cc13fb75a68eb3e6c73f46f436 " ,
11
11
"urls" : [
12
12
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
13
13
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
16
16
{
17
17
"name" : "sulong" ,
18
18
"subdir" : True ,
19
- "version" : "94f51568be0f91b1bc9f2572abf85d240b0b3e08 " ,
19
+ "version" : "7c20b5f30204e2cc13fb75a68eb3e6c73f46f436 " ,
20
20
"urls" : [
21
21
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
22
22
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ Test error in the callback to the Sulong-instrinsified qsort()
33
33
/bin/backtraces:74:in `block in <main>': error from Ruby called from instrinsified qsort() (RuntimeError)
34
34
from /lib/truffle/truffle/cext.rb:n:in `rb_funcall'
35
35
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'
37
38
from com.oracle.truffle.llvm.libraries.bitcode/src/qsort.c:n:in `qsort'
38
39
from /ext/backtraces/backtraces.c:25:in `call_qsort'
39
40
from /lib/truffle/truffle/cext_ruby.rb:n:in `qsort'
You can’t perform that action at this time.
0 commit comments