Skip to content

Commit 155ce68

Browse files
committed
RuntimeFileTests / SSTSerializationTests remove sys.py test
1 parent 5400c0b commit 155ce68

File tree

5 files changed

+0
-2090
lines changed

5 files changed

+0
-2090
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)