Skip to content

Commit f00f0c4

Browse files
committed
Prepare smalltalkCI .ston config for Squeak 6.0
1 parent 1ede813 commit f00f0c4

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

smalltalk-ci/Squeak-6.0.ston

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
SmalltalkCISpec {
2+
#testing : {
3+
#allTestCases : true,
4+
#defaultTimeout : 10,
5+
#hidePassingTests : true,
6+
#exclude : {
7+
#classes : [
8+
#AllocationTest,
9+
#LangEnvBugs,
10+
#Win32VMTest
11+
]
12+
}
13+
}
14+
}

smalltalk-ci/Squeak64-6.0.ston

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
SmalltalkCISpec {
2+
#testing : {
3+
#allTestCases : true,
4+
#defaultTimeout : 10,
5+
#hidePassingTests : true,
6+
#exclude : {
7+
#classes : [
8+
#AllocationTest,
9+
#LangEnvBugs,
10+
#Win32VMTest
11+
]
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)