[svn:parrot] r47486 - branches/gc_massacre/t/op

bacek at svn.parrot.org bacek at svn.parrot.org
Tue Jun 8 22:40:24 UTC 2010


Author: bacek
Date: Tue Jun  8 22:40:24 2010
New Revision: 47486
URL: https://trac.parrot.org/parrot/changeset/47486

Log:
Temporary disable Strings collecting test.

Modified:
   branches/gc_massacre/t/op/string_mem.t

Modified: branches/gc_massacre/t/op/string_mem.t
==============================================================================
--- branches/gc_massacre/t/op/string_mem.t	Tue Jun  8 22:30:50 2010	(r47485)
+++ branches/gc_massacre/t/op/string_mem.t	Tue Jun  8 22:40:24 2010	(r47486)
@@ -41,7 +41,7 @@
 
     test_stringinfo()
     $S0 = interpinfo .INTERPINFO_GC_SYS_NAME
-    if $S0 == "inf" goto dont_run_hanging_tests
+    if $S0 != "ms" goto dont_run_hanging_tests
     test_pin_unpin()
     goto test_end
   dont_run_hanging_tests:


More information about the parrot-commits mailing list