FogBugz (Case [Issue]10678) Compiler Opal - Failing Regressiontest: FLSortedCollectionSerializationTest>>#testSortedCollectionWithClassVariab

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FogBugz (Case [Issue]10678) Compiler Opal - Failing Regressiontest: FLSortedCollectionSerializationTest>>#testSortedCollectionWithClassVariab

Pharo Issue Tracker
A FogBugz case was edited by Marcus Denker.

Case ID:      10678
Title:        Failing Regressiontest:  FLSortedCollectionSerializationTest>>#testSortedCollectionWithClassVariableChanges
Status:       Work Needed
Category:     Failing Test
Project:      Compiler Opal
Area:         Misc
Priority:     3 - Must Fix
Milestone:    Pharo3.0: 30/03/2014
Assigned To:  Everyone

URL:          https://pharo.fogbugz.com/default.asp?10678

Reason for Failure: the test hard-codes at which literal the binding for ClassVariableForTesting is stored...

"the class variable ClassVariableForTesting should be false"
self deny: (materialized sortBlock outerContext method literalAt: 3) value.
ClassVariableForTesting := true.
"the class variable ClassVariableForTesting should be true"
self assert: (materialized sortBlock outerContext method literalAt: 3) value.


You are subscribed to this case.  If you do not want to receive automatic notifications in the future, unsubscribe (https://pharo.fogbugz.com/default.asp?pre=preUnsubscribe&pg=pgEditBug&command=view&ixBug=10678) from this case.

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker