The Trunk: Tests-ct.516.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.516.mcz ==================== Summary ==================== Name: Tests-ct.516 Author: ct Time: 27 April 2026, 6:29:36.701804 pm UUID: 6e4a5a0a-dc75-4472-845c-a2ddf4e55a22 Ancestors: Tests-ct.515 Fixes expected failures for LocaleTest again. The new test02LocaleChanged (since Tests-mt.479) no longer requires additional locales to be available. :-) =============== Diff against Tests-ct.515 =============== 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"] - 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: [ #()])! Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]