File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
graalpython/com.oracle.graal.python.test/src/tests/cpyext Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- { "overlay" : "30d5ba16b38406ce47812fc298100be2e8fde4a3 " }
1
+ { "overlay" : "31f74d24516eb3e9e6db33d80f0e04bffbf81d37 " }
Original file line number Diff line number Diff line change 41
41
import sys
42
42
import unittest
43
43
44
- EXECUTE_TESTS = sys .implementation .name == "graalpy" and __graalpython__ .get_platform_id () != "managed"
44
+ EXECUTE_TESTS = sys .implementation .name == "graalpy" and __graalpython__ .get_platform_id () != "managed" and not __graalpython__ . is_native
45
45
46
46
if EXECUTE_TESTS :
47
47
import polyglot
Original file line number Diff line number Diff line change 45
45
},
46
46
{
47
47
"name" : "sdk" ,
48
- "version" : "61a8b7c6800c1adef69c0286df83e4c08442548a " ,
48
+ "version" : "373db910a3a1ec7b839456f131b9a9ca87f688b1 " ,
49
49
"subdir" : True ,
50
50
"urls" : [
51
51
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
52
52
]
53
53
},
54
54
{
55
55
"name" : "tools" ,
56
- "version" : "61a8b7c6800c1adef69c0286df83e4c08442548a " ,
56
+ "version" : "373db910a3a1ec7b839456f131b9a9ca87f688b1 " ,
57
57
"subdir" : True ,
58
58
"urls" : [
59
59
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
60
60
],
61
61
},
62
62
{
63
63
"name" : "sulong" ,
64
- "version" : "61a8b7c6800c1adef69c0286df83e4c08442548a " ,
64
+ "version" : "373db910a3a1ec7b839456f131b9a9ca87f688b1 " ,
65
65
"subdir" : True ,
66
66
"urls" : [
67
67
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
68
68
]
69
69
},
70
70
{
71
71
"name" : "regex" ,
72
- "version" : "61a8b7c6800c1adef69c0286df83e4c08442548a " ,
72
+ "version" : "373db910a3a1ec7b839456f131b9a9ca87f688b1 " ,
73
73
"subdir" : True ,
74
74
"urls" : [
75
75
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
You can’t perform that action at this time.
0 commit comments