Failed

Test Pharo70-64-bits / Unix64.PharoLauncher.Tests.Core.PhLLaunchImageTest.testLaunchUnicodeImageNameOnWin32ThrowsUnsupportedCharacterError (from PharoLauncher-Tests-Core)

Failing for the past 1 build (Since #1 )
Took 2.6 sec.

Error Message

FileReference>>surroundedBySingleQuotes

Stacktrace

FileReference(Object)>>doesNotUnderstand: #surroundedBySingleQuotes
ByteSymbol(Symbol)>>value:
Array(SequenceableCollection)>>collect:
PhlLaunchConfiguration>>exportLDLibraryPathCommandWith:
[ :cmd | 
| vmString imageString |
cmd << 'cd ' << anImage directory pathString surroundedByDoubleQuotes
	<< ' && '.
Smalltalk os isUnix
	ifTrue: [ cmd << (self exportLDLibraryPathCommandWith: vmPath parent)
			<< ' && export SQUEAK_PLUGINS="" && ' ].
vmString := vmPath fullName surroundedByDoubleQuotes.
imageString := anImage pathString surroundedByDoubleQuotes.
usePharoSettings
	ifFalse: [ imageString := imageString , ' --no-default-preferences' ].
cmd
	<<
		(command
			format:
				{('vm' -> vmString).
				('image' -> imageString)} asDictionary) ] in PhlLaunchConfiguration>>launchCommandForImage:
String class(SequenceableCollection class)>>new:streamContents:
String class(SequenceableCollection class)>>streamContents:
PhlLaunchConfiguration>>launchCommandForImage:
PhLImage>>launchWithConfiguration:
PhLImage>>launch
[ image launch ] in [ newTarget := self pharo6ImageResource parent parent / 'Ω≈ç√∫˜µ≤≥÷'.
self pharo6ImageResource parent copyAllTo: newTarget.
image := PhLImage
	location: (newTarget children detect: [ :e | e extension = 'image' ]).
self should: [ image launch ] raise: PhLNotSupportedCharacterError ] in PhLLaunchImageTest>>testLaunchUnicodeImageNameOnWin32ThrowsUnsupportedCharacterError
[ aBlock value.
false ] in PhLLaunchImageTest(TestAsserter)>>executeShould:inScopeOf:
BlockClosure>>on:do:
PhLLaunchImageTest(TestAsserter)>>executeShould:inScopeOf:
PhLLaunchImageTest(TestAsserter)>>should:raise:
[ newTarget := self pharo6ImageResource parent parent / 'Ω≈ç√∫˜µ≤≥÷'.
self pharo6ImageResource parent copyAllTo: newTarget.
image := PhLImage
	location: (newTarget children detect: [ :e | e extension = 'image' ]).
self should: [ image launch ] raise: PhLNotSupportedCharacterError ] in PhLLaunchImageTest>>testLaunchUnicodeImageNameOnWin32ThrowsUnsupportedCharacterError
BlockClosure>>ensure:
PhLLaunchImageTest>>testLaunchUnicodeImageNameOnWin32ThrowsUnsupportedCharacterError
PhLLaunchImageTest(TestCase)>>performTest