RegressionTests__CompilerTests2.st
changeset 1247 ff9a4f439ff9
parent 1246 cc5bd61b11b4
child 1271 6004da64f1ef
--- a/RegressionTests__CompilerTests2.st	Tue Nov 18 21:52:45 2014 +0100
+++ b/RegressionTests__CompilerTests2.st	Wed Nov 19 11:16:50 2014 +0100
@@ -981,6 +981,10 @@
 !
 
 test_argAndVarNames_03
+    "/ CG: this test tries to access the context of a block.
+    "/ however, the block is an inlined ifTrue block, so its block local gets
+    "/ lifted to its home context.
+    "/ It is questionable if the test is right.
 
     #(bc jit stc) do:[:mode |
         savedContextArgAndVarNames := nil.
@@ -1009,6 +1013,10 @@
 !
 
 test_argAndVarNames_05
+    "/ CG: this test tries to access the context of a block.
+    "/ however, the block is an inlined to:do: block, so its block local gets
+    "/ lifted to its home context.
+    "/ It is questionable if the test is right.
 
     #(bc jit stc) do:[:mode |
         savedContextArgAndVarNames := nil.