[BUG]MacFileDirectoryTest>>testMacIsAbsolute

ned at squeakland.org ned at squeakland.org
Sun Jul 18 15:18:32 UTC 2004


Seems like some of the Mac file logic isn't being tested right, or
doesn't work right...

with a 3.74Beta1 VM, I get this failure when running the
MacFileDirectoryTest.

18 July 2004 8:19:43 am

VM: Mac OS - a SmalltalkImage
Image: Squeak3.7gamma [latest update: #5976]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir USER:Squeak
Trusted Dir USER:Squeak
Untrusted Dir foobar:tooBar:forSqueak:bogus

MacFileDirectoryTest>>testMacIsAbsolute
	Receiver: MacFileDirectoryTest>>#testMacIsAbsolute
	Arguments and temporary variables: 

	Receiver's instance variables: 
		testSelector: 	#testMacIsAbsolute

MacFileDirectoryTest(TestCase)>>performTest
	Receiver: MacFileDirectoryTest>>#testMacIsAbsolute
	Arguments and temporary variables: 

	Receiver's instance variables: 
		testSelector: 	#testMacIsAbsolute

[] in MacFileDirectoryTest(TestCase)>>openDebuggerOnFailingTestMethod:
{[self performTest]}
	Arguments and temporary variables: 
		semaphore: 	a Semaphore(a Process in [] in
MacFileDirectoryTest(TestCase)>>debug...etc...
		guineaPig: 	a Process in MacFileDirectoryTest>>testMacIsAbsolute
		context: 	[] in BlockContext>>newProcess {[self value.  Processor
terminateActiv...etc...
		compiledMethod: 	a CompiledMethod (3391)
		debugger: 	a TestCaseDebugger

[] in BlockContext>>newProcess {[self value.  Processor
terminateActive]}
	Arguments and temporary variables: 


--- The full stack ---
MacFileDirectoryTest>>testMacIsAbsolute
MacFileDirectoryTest(TestCase)>>performTest
[] in MacFileDirectoryTest(TestCase)>>openDebuggerOnFailingTestMethod:
{[self performTest]}
[] in BlockContext>>newProcess {[self value.  Processor
terminateActive]}



More information about the Squeak-dev mailing list