The Trunk: Tests-ct.515.mcz
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <[email protected]> |
Christoph Thiede uploaded a new version of Tests to project The Trunk: http://source.squeak.org/trunk/Tests-ct.515.mcz ==================== Summary ==================== Name: Tests-ct.515 Author: ct Time: 27 April 2026, 6:14:39.071747 pm UUID: d3157eca-0a3a-48da-8713-d9ef9a7ede4f Ancestors: Tests-ct.514 Updates expected failures in LocaleTest. testLocaleChanged was renamed, testIsFontAvailable was moved to LangEnvBugs and no longer fails, tests that use primitiveClipboardText on linux/x11 are currently broken by the VM. =============== Diff against Tests-ct.514 =============== Item was changed: ----- Method: LocaleTest>>expectedFailures (in category 'failures') ----- expectedFailures ^ super expectedFailures, ((NaturalLanguageTranslator translators isEmpty or: [(NaturalLanguageTranslator translators values collect: [:t | t localeID ]) asSet size = 1]) + ifTrue: [#(test02LocaleChanged) "no locale available to switch to"] - ifTrue: [#(testLocaleChanged) "no locale available to switch to"] ifFalse: [ #()]), + (Smalltalk platformName = 'unix' + ifTrue: [#(test01LocaleUnknown test03LeadingChar) "primitiveClipboardText on unix/x11 cannot read own clipboard data. Will be fixed via https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/756."] + ifFalse: [ #()])! - #(testIsFontAvailable "metatoys.org is not accessible") - ! Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]