Skip to content

Regression

Darwin-x86_64 / Tests-Darwin-x86_64-CoInterpreter / MacOSX64.ReleaseTests.Release.ReleaseTest.testNoShadowedVariablesInMethods (from ReleaseTests)

Failing for the past 1 build (Since Aborted #86 )
Took 1 min 0 sec.

Stacktrace

TestTookTooMuchTime
Process>>pvtSignal:list:
UndefinedObject>>ifNil:ifNotNil:
RBMethodNode(RBProgramNode)>>propertyAt:ifAbsent:
RBMethodNode(RBProgramNode)>>comments
RBParser>>addCommentsTo:
RBParser>>parseMethod
[ parser parseMethod ] in RBParser class>>parseMethod:onError:
FullBlockClosure(BlockClosure)>>on:do:
RBParser class>>parseMethod:onError:
RBParser class>>parseMethod:
OpalCompiler>>parseMethod
[ast := self compilationContext noPattern 
		ifTrue: [ self parseExpression ]
		ifFalse: [ self parseMethod ].
	ast methodNode compilationContext: self compilationContext.
	self doSemanticAnalysis] in OpalCompiler>>parse
FullBlockClosure(BlockClosure)>>on:do:
OpalCompiler>>parse
CompiledMethod>>parseTree
RFReflectivityASTCacheStrategy>>getASTFor:
[ 
			  self class cacheMissStrategy getASTFor: aCompiledMethod ] in [ 
		  self
			  at: aCompiledMethod
			  ifAbsentPut: [ 
			  self class cacheMissStrategy getASTFor: aCompiledMethod ] ] in ASTCache>>at:
[self at: key put: aBlock value] in ASTCache(Dictionary)>>at:ifAbsentPut:
ASTCache(Dictionary)>>at:ifAbsent:
ASTCache(Dictionary)>>at:ifAbsentPut:
[ 
		  self
			  at: aCompiledMethod
			  ifAbsentPut: [ 
			  self class cacheMissStrategy getASTFor: aCompiledMethod ] ] in ASTCache>>at:
CompiledMethod>>propertyAt:ifAbsent:
ASTCache>>at:
ASTCache class>>at:
CompiledMethod>>ast
[ :m | 
		m ast variableDefinitionNodes anySatisfy: [ :node | node variable isShadowing ] ] in ReleaseTest>>testNoShadowedVariablesInMethods
[:m | 
			(aBlock value: m) ifTrue: [aCollection add: m]] in [:class | 
		class	methodsDo: [:m | 
			(aBlock value: m) ifTrue: [aCollection add: m]]] in SystemNavigation>>allMethodsSelect:
MethodDictionary>>valuesDo:
ZnConnectionAcceptedEvent class(Behavior)>>methodsDo:
[:class | 
		class	methodsDo: [:m | 
			(aBlock value: m) ifTrue: [aCollection add: m]]] in SystemNavigation>>allMethodsSelect:
OrderedCollection>>do:
SystemDictionary>>allBehaviorsDo:
SystemNavigation>>allBehaviorsDo:
SystemNavigation>>allMethodsSelect:
ReleaseTest>>testNoShadowedVariablesInMethods
ReleaseTest(TestCase)>>performTest