Skip to content

Commit 1ede813

Browse files
committed
No Win32VMTest. Do DebuggerTests and SqueakSSLTest and CaseErrorTest for Trunk.
1 parent 114e0ba commit 1ede813

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

smalltalk-ci/Squeak-5.3.ston

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ SmalltalkCISpec {
88
#AllocationTest,
99
#DebuggerTests,
1010
#LangEnvBugs,
11-
#SqueakSSLTest
11+
#SqueakSSLTest,
12+
#Win32VMTest
1213
]
1314
}
1415
}

smalltalk-ci/Squeak-trunk.ston

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ SmalltalkCISpec {
66
#exclude : {
77
#classes : [
88
#AllocationTest,
9-
#CaseErrorTest,
10-
#DebuggerTests,
119
#LangEnvBugs,
12-
#SqueakSSLTest
10+
#Win32VMTest
1311
]
1412
}
1513
}

smalltalk-ci/Squeak64-5.3.ston

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ SmalltalkCISpec {
88
#AllocationTest,
99
#DebuggerTests,
1010
#LangEnvBugs,
11-
#SqueakSSLTest
11+
#SqueakSSLTest,
12+
#Win32VMTest
1213
]
1314
}
1415
}

smalltalk-ci/Squeak64-trunk.ston

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ SmalltalkCISpec {
66
#exclude : {
77
#classes : [
88
#AllocationTest,
9-
#CaseErrorTest,
10-
#DebuggerTests,
119
#LangEnvBugs,
12-
#SqueakSSLTest
10+
#Win32VMTest
1311
]
1412
}
1513
}

0 commit comments

Comments
 (0)