aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/test_knownbug.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-23 15:06:14 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-23 15:06:14 +0000
commitc534670da1fc7d6ba66fb74b41caebd90ac188c6 (patch)
treea61c3949c5f3d88fe1e5e09c01e71b3bbd879101 /bootstraptest/test_knownbug.rb
parentcf36df97fb74f60b321fe5617b3805078393c028 (diff)
downloadruby-c534670da1fc7d6ba66fb74b41caebd90ac188c6.tar.gz
move the test for [ruby-core:14288].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest/test_knownbug.rb')
-rw-r--r--bootstraptest/test_knownbug.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index c0cd0e9f31..7918031321 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -4,14 +4,6 @@
#
assert_equal 'ok', %q{
- open("tmp", "w") {|f| f.write "a\u00FFb" }
- s = open("tmp", "r:iso-8859-1:utf-8") {|f|
- f.gets("\xFF".force_encoding("iso-8859-1"))
- }
- s == "a\xFF" ? :ok : :ng
-}, '[ruby-core:14288]'
-
-assert_equal 'ok', %q{
open("require-lock-test.rb", "w") {|f|
f.puts "sleep 0.1"
f.puts "module M"