X Tutup
Skip to content

Can we remove GRUtf8CodecTest>>expectedFailures ? #119

@marianopeck

Description

@marianopeck

Hi guys,

GRUtf8CodecTest>>expectedFailures
^  SystemVersion current major < 9 
		ifTrue: [ #(testCodecUtf8ShortestForm) ]
		ifFalse:[ #() ]

Makes my VAST port more complicated because VAST does not have SystemVersion class. I would be happy to include if at least it would be part of Grease itself..but right now that doesn't seem to be the case and its just to mark a failing test before < 9. Even more... this is coupled to Pharo but on a generic package.. I guess Squeak and GemStone even if they may have SystemVersion, they sure have different numbers.

Thoughts?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup