Skip to content

Commit d2cf2f3

Browse files
committed
[GR-34805] intrinsify sys
PullRequest: graalpython/2019
2 parents 2b5ced9 + d8e1a0a commit d2cf2f3

39 files changed

+1925
-2722
lines changed

graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/parser/RuntimeFileTests.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,6 @@ public void sre_parse() throws Exception {
146146
checkScopeAndTree();
147147
}
148148

149-
@Test
150-
public void sys() throws Exception {
151-
checkScopeAndTree();
152-
}
153-
154149
@Test
155150
public void traceback() throws Exception {
156151
checkScopeAndTree();

graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/parser/SSTSerializationTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public void fileTest() throws Exception {
8686
checkFileSerialization("RuntimeFileTests/sre_compile.py");
8787
checkFileSerialization("RuntimeFileTests/sre_constants.py");
8888
checkFileSerialization("RuntimeFileTests/sre_parse.py");
89-
checkFileSerialization("RuntimeFileTests/sys.py");
9089
checkFileSerialization("RuntimeFileTests/traceback.py");
9190
checkFileSerialization("RuntimeFileTests/types.py");
9291
// TODO test of these two files are disabled because the comparing framedescriptors

graalpython/com.oracle.graal.python.test/testData/testFiles/RuntimeFileTests/sys.py

Lines changed: 0 additions & 243 deletions
This file was deleted.

graalpython/com.oracle.graal.python.test/testData/testFiles/RuntimeFileTests/sys.scope

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)