File tree Expand file tree Collapse file tree 6 files changed +13
-5
lines changed
graalpython/com.oracle.graal.python.test/src/tests Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
- { "overlay" : "3364703e8602f00654aaa86e94888b1464f3d4d1 " }
1
+ { "overlay" : "f0bdd5c9cc9f873feef805d08d3e0d3efe125933 " }
Original file line number Diff line number Diff line change 43
43
44
44
from textwrap import dedent
45
45
46
- if sys .implementation .name == "graalpython" :
46
+ if sys .implementation .name == "graalpython" and not __graalpython__ . is_native :
47
47
def test_load_default_verify_keystore ():
48
48
# execute with javax.net.ssl.trustStore=tests/ssldata/signing_keystore.jks
49
49
# the JKS keystore:
Original file line number Diff line number Diff line change
1
+ *graalpython.lib-python.3.test.test_context.ContextTest.test_context_subclassing_1
1
2
*graalpython.lib-python.3.test.test_context.HamtTest.test_hamt_basics_1
2
3
*graalpython.lib-python.3.test.test_context.HamtTest.test_hamt_basics_2
3
4
*graalpython.lib-python.3.test.test_context.HamtTest.test_hamt_basics_3
Original file line number Diff line number Diff line change 433
433
*lib2to3.tests.test_fixers.Test_unicode.test_unicode_literal_3
434
434
*lib2to3.tests.test_fixers.Test_unicode.test_unicode_literal_escape_u
435
435
*lib2to3.tests.test_fixers.Test_unicode.test_whitespace
436
+ *lib2to3.tests.test_fixers.Test_urllib.test_import_from
437
+ *lib2to3.tests.test_fixers.Test_urllib.test_import_from_as
438
+ *lib2to3.tests.test_fixers.Test_urllib.test_import_module
439
+ *lib2to3.tests.test_fixers.Test_urllib.test_import_module_as
440
+ *lib2to3.tests.test_fixers.Test_urllib.test_import_module_usage
441
+ *lib2to3.tests.test_fixers.Test_urllib.test_indented
436
442
*lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_pickle
437
443
*lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_subprocess
438
444
*lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_txt_file
Original file line number Diff line number Diff line change 24
24
*graalpython.lib-python.3.test.test_smtplib.NonConnectingTests.testNotConnected
25
25
*graalpython.lib-python.3.test.test_smtplib.NonConnectingTests.testSockAttributeExists
26
26
*graalpython.lib-python.3.test.test_smtplib.SMTPAUTHInitialResponseSimTests.testAUTH_PLAIN_initial_response_auth
27
+ *graalpython.lib-python.3.test.test_smtplib.SMTPAUTHInitialResponseSimTests.testAUTH_PLAIN_initial_response_login
27
28
*graalpython.lib-python.3.test.test_smtplib.SMTPSimTests.testBasic
28
29
*graalpython.lib-python.3.test.test_smtplib.SMTPSimTests.testEXPN
29
30
*graalpython.lib-python.3.test.test_smtplib.SMTPSimTests.testVRFY
Original file line number Diff line number Diff line change 44
44
},
45
45
{
46
46
"name" : "tools" ,
47
- "version" : "d9667a6ed800b86f14e9b7274fdea5764e12ce20 " ,
47
+ "version" : "56513844aee44e7478e0a014d82379814447eccf " ,
48
48
"subdir" : True ,
49
49
"urls" : [
50
50
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
51
51
],
52
52
},
53
53
{
54
54
"name" : "sulong" ,
55
- "version" : "d9667a6ed800b86f14e9b7274fdea5764e12ce20 " ,
55
+ "version" : "56513844aee44e7478e0a014d82379814447eccf " ,
56
56
"subdir" : True ,
57
57
"urls" : [
58
58
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
59
59
]
60
60
},
61
61
{
62
62
"name" : "regex" ,
63
- "version" : "d9667a6ed800b86f14e9b7274fdea5764e12ce20 " ,
63
+ "version" : "56513844aee44e7478e0a014d82379814447eccf " ,
64
64
"subdir" : True ,
65
65
"urls" : [
66
66
{"url" : "https://github.com/oracle/graal" , "kind" : "git" },
You can’t perform that action at this time.
0 commit comments