[squeak-dev] The Trunk: Tests-eem.371.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Mar 22 18:19:20 UTC 2017


Eliot Miranda uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-eem.371.mcz

==================== Summary ====================

Name: Tests-eem.371
Author: eem
Time: 22 March 2017, 11:19:09.469957 am
UUID: 25a7ee92-ad8f-4ff2-ab5a-ba3a49514f6c
Ancestors: Tests-ul.370

Avoid depending on the specific classPool for the bytecode sets; use bindingOf: instead.

=============== Diff against Tests-ul.370 ===============

Item was changed:
  ----- Method: ClosureCompilerTest>>expectedFailures (in category 'failures') -----
  expectedFailures
  
  	^#(testDebuggerTempAccess testInjectIntoDecompilations testInjectIntoDecompiledDebugs)  ,
+ 	(({(CompiledMethod bindingOf: #SecondaryBytecodeSetEncoderClass) value .
+ 	   (CompiledMethod bindingOf: #PrimaryBytecodeSetEncoderClass) value}
- 	(({CompiledMethod classPool at: #SecondaryBytecodeSetEncoderClass .
- 	   CompiledMethod classPool at: #PrimaryBytecodeSetEncoderClass}
  		includes: EncoderForV3)
  			ifFalse: [#(testSourceRangeAccessForBlueBookInjectInto)]
+ 			ifTrue: [#()])!
- 			ifTrue: [#()])
- 	!



More information about the Squeak-dev mailing list