From f12cc82e0fced3708807df2db748fa86483a21ac Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 21 Dec 2007 08:38:16 +0000 Subject: * bootstraptest/pending.rb: renamed from featurebug.rb. This file contains bugs which is known but will not be fixed in days. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ bootstraptest/featurebug.rb | 6 ------ bootstraptest/pending.rb | 6 ++++++ bootstraptest/test_fork.rb | 12 ++++++------ 4 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 bootstraptest/featurebug.rb create mode 100644 bootstraptest/pending.rb diff --git a/ChangeLog b/ChangeLog index 950b583099..366a464033 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Dec 21 17:32:49 2007 Koichi Sasada + + * bootstraptest/pending.rb: renamed from featurebug.rb. + This file contains bugs which is known but will not be + fixed in days. + Fri Dec 21 17:31:22 2007 Nobuyoshi Nakada * debug.c (dummy_gdb_enums.various): added ENCODING and CODERANGE diff --git a/bootstraptest/featurebug.rb b/bootstraptest/featurebug.rb deleted file mode 100644 index 81eeba7770..0000000000 --- a/bootstraptest/featurebug.rb +++ /dev/null @@ -1,6 +0,0 @@ -assert_equal 'ok', %q{ - 1.times{ - eval("break") - } - :ok -}, '[ruby-dev:32525]' diff --git a/bootstraptest/pending.rb b/bootstraptest/pending.rb new file mode 100644 index 0000000000..9e31d1c585 --- /dev/null +++ b/bootstraptest/pending.rb @@ -0,0 +1,6 @@ +assert_equal 'ok', %q{ + 1.times{ + eval("break") + } + :ok +}, '[ruby-dev:32525]' diff --git a/bootstraptest/test_fork.rb b/bootstraptest/test_fork.rb index 4632ca2694..ae8d9e174d 100644 --- a/bootstraptest/test_fork.rb +++ b/bootstraptest/test_fork.rb @@ -1,6 +1,6 @@ -assert_equal '0', %q{ - GC.stress = true - pid = fork {} - Process.wait pid - $?.to_i -}, '[ruby-dev:32404]' +assert_equal '0', %q{ + GC.stress = true + pid = fork {} + Process.wait pid + $?.to_i +}, '[ruby-dev:32404]' -- cgit v1.2.3