From fbd80dedbb3285592564618e7f3e78c19df33d9a Mon Sep 17 00:00:00 2001 From: Christoph Thiede Date: Thu, 16 Jun 2022 08:45:39 +0000 Subject: [PATCH 1/3] trunk: include fixed AllocationTest and CaseErrorTest again --- smalltalk-ci/Squeak-trunk.ston | 2 -- 1 file changed, 2 deletions(-) diff --git a/smalltalk-ci/Squeak-trunk.ston b/smalltalk-ci/Squeak-trunk.ston index 13f6408..b15cafb 100644 --- a/smalltalk-ci/Squeak-trunk.ston +++ b/smalltalk-ci/Squeak-trunk.ston @@ -5,8 +5,6 @@ SmalltalkCISpec { #hidePassingTests : true, #exclude : { #classes : [ - #AllocationTest, - #CaseErrorTest, #DebuggerTests, #LangEnvBugs, #SqueakSSLTest From c7a30ce73eee285791172c364bdbc678f8baa8cf Mon Sep 17 00:00:00 2001 From: Christoph Thiede Date: Thu, 16 Jun 2022 09:02:09 +0000 Subject: [PATCH 2/3] trunk: Explain excluded DebuggerTests. Update 64-bit STON. --- smalltalk-ci/Squeak-trunk.ston | 5 ++++- smalltalk-ci/Squeak64-trunk.ston | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/smalltalk-ci/Squeak-trunk.ston b/smalltalk-ci/Squeak-trunk.ston index fcf1227..f928c3c 100644 --- a/smalltalk-ci/Squeak-trunk.ston +++ b/smalltalk-ci/Squeak-trunk.ston @@ -8,7 +8,10 @@ SmalltalkCISpec { #DebuggerTests, #LangEnvBugs, #Win32VMTest - ] + ], + #classComments : { + #DebuggerTests : 'generates user interrupt which would abort test execution' + } } } } diff --git a/smalltalk-ci/Squeak64-trunk.ston b/smalltalk-ci/Squeak64-trunk.ston index e527e3f..f928c3c 100644 --- a/smalltalk-ci/Squeak64-trunk.ston +++ b/smalltalk-ci/Squeak64-trunk.ston @@ -5,11 +5,13 @@ SmalltalkCISpec { #hidePassingTests : true, #exclude : { #classes : [ - #AllocationTest, #DebuggerTests, #LangEnvBugs, #Win32VMTest - ] + ], + #classComments : { + #DebuggerTests : 'generates user interrupt which would abort test execution' + } } } } From d15cda55a4b3abfdcfedcf62f42ce09855f7014c Mon Sep 17 00:00:00 2001 From: Christoph Thiede Date: Thu, 16 Jun 2022 09:03:02 +0000 Subject: [PATCH 3/3] Update excluded tests for 6.0 --- smalltalk-ci/Squeak-6.0.ston | 6 ++++-- smalltalk-ci/Squeak64-6.0.ston | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/smalltalk-ci/Squeak-6.0.ston b/smalltalk-ci/Squeak-6.0.ston index e527e3f..f928c3c 100644 --- a/smalltalk-ci/Squeak-6.0.ston +++ b/smalltalk-ci/Squeak-6.0.ston @@ -5,11 +5,13 @@ SmalltalkCISpec { #hidePassingTests : true, #exclude : { #classes : [ - #AllocationTest, #DebuggerTests, #LangEnvBugs, #Win32VMTest - ] + ], + #classComments : { + #DebuggerTests : 'generates user interrupt which would abort test execution' + } } } } diff --git a/smalltalk-ci/Squeak64-6.0.ston b/smalltalk-ci/Squeak64-6.0.ston index e527e3f..f928c3c 100644 --- a/smalltalk-ci/Squeak64-6.0.ston +++ b/smalltalk-ci/Squeak64-6.0.ston @@ -5,11 +5,13 @@ SmalltalkCISpec { #hidePassingTests : true, #exclude : { #classes : [ - #AllocationTest, #DebuggerTests, #LangEnvBugs, #Win32VMTest - ] + ], + #classComments : { + #DebuggerTests : 'generates user interrupt which would abort test execution' + } } } }