pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
62 stars 63 forks source link

[CI] tests failing for the "run all image tests" #1415

Closed MarcusDenker closed 11 months ago

MarcusDenker commented 1 year ago

When re-loading in Pharo12 the packages and then run all tests (of Pharo), we have some strange failures:

testOnlyWeakSubscriptions

✗ #testOnlyWeakSubscriptions (4ms)
TestFailure: Got an Array(an AnnouncementSubscription (RPackageTest>>#testAddClass subscribes to ClassRecategorized)) instead of #(). 

MicPharoPackageCommentResourceReferenceTest

MicPharoPackageCommentResourceReferenceTest
 ✗ #testLoadDirectory_emptyPrefix (17ms)
#first was sent to nil

Lots of SystemDependency tests and testFilesShouldNotDependOnRandom

 ✗ #testFilesShouldNotDependOnRandom (3500ms)
KeyNotFound: key #ClassForTestToBeDeleted29 not found in SystemDictionary
MarcusDenker commented 11 months ago

fixed!