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 4343
4444from textwrap import dedent
4545
46- if sys .implementation .name == "graalpython" :
46+ if sys .implementation .name == "graalpython" and not __graalpython__ . is_native :
4747 def test_load_default_verify_keystore ():
4848 # execute with javax.net.ssl.trustStore=tests/ssldata/signing_keystore.jks
4949 # 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
12*graalpython.lib-python.3.test.test_context.HamtTest.test_hamt_basics_1
23*graalpython.lib-python.3.test.test_context.HamtTest.test_hamt_basics_2
34*graalpython.lib-python.3.test.test_context.HamtTest.test_hamt_basics_3
Original file line number Diff line number Diff line change 433433*lib2to3.tests.test_fixers.Test_unicode.test_unicode_literal_3
434434*lib2to3.tests.test_fixers.Test_unicode.test_unicode_literal_escape_u
435435*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
436442*lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_pickle
437443*lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_subprocess
438444*lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_txt_file
Original file line number Diff line number Diff line change 2424*graalpython.lib-python.3.test.test_smtplib.NonConnectingTests.testNotConnected
2525*graalpython.lib-python.3.test.test_smtplib.NonConnectingTests.testSockAttributeExists
2626*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
2728*graalpython.lib-python.3.test.test_smtplib.SMTPSimTests.testBasic
2829*graalpython.lib-python.3.test.test_smtplib.SMTPSimTests.testEXPN
2930*graalpython.lib-python.3.test.test_smtplib.SMTPSimTests.testVRFY
Original file line number Diff line number Diff line change 4444 },
4545 {
4646 "name" : "tools" ,
47- "version" : "d9667a6ed800b86f14e9b7274fdea5764e12ce20 " ,
47+ "version" : "56513844aee44e7478e0a014d82379814447eccf " ,
4848 "subdir" : True ,
4949 "urls" : [
5050 {"url" : "https://github.com/oracle/graal" , "kind" : "git" },
5151 ],
5252 },
5353 {
5454 "name" : "sulong" ,
55- "version" : "d9667a6ed800b86f14e9b7274fdea5764e12ce20 " ,
55+ "version" : "56513844aee44e7478e0a014d82379814447eccf " ,
5656 "subdir" : True ,
5757 "urls" : [
5858 {"url" : "https://github.com/oracle/graal" , "kind" : "git" },
5959 ]
6060 },
6161 {
6262 "name" : "regex" ,
63- "version" : "d9667a6ed800b86f14e9b7274fdea5764e12ce20 " ,
63+ "version" : "56513844aee44e7478e0a014d82379814447eccf " ,
6464 "subdir" : True ,
6565 "urls" : [
6666 {"url" : "https://github.com/oracle/graal" , "kind" : "git" },
You can’t perform that action at this time.
0 commit comments