From 54ec1c4fe81672ca66f327ef6ae170f458cd79e5 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Wed, 15 Aug 2007 20:57:30 +0000 Subject: sorry. I made wrong tags. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v1_8_5_54@13009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby_1_8_5/ext/tk/sample/tkextlib/iwidgets/sample/timefield.rb | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 ruby_1_8_5/ext/tk/sample/tkextlib/iwidgets/sample/timefield.rb (limited to 'ruby_1_8_5/ext/tk/sample/tkextlib/iwidgets/sample/timefield.rb') diff --git a/ruby_1_8_5/ext/tk/sample/tkextlib/iwidgets/sample/timefield.rb b/ruby_1_8_5/ext/tk/sample/tkextlib/iwidgets/sample/timefield.rb deleted file mode 100644 index bb5945048d..0000000000 --- a/ruby_1_8_5/ext/tk/sample/tkextlib/iwidgets/sample/timefield.rb +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env ruby -require 'tk' -require 'tkextlib/iwidgets' - -tf = Tk::Iwidgets::Timefield.new(:command=>proc{puts(tf.get)}) -tf.pack(:fill=>:x, :expand=>true, :padx=>10, :pady=>10) - -Tk.mainloop -- cgit v1.2.3 The Ruby Programming Language
summaryrefslogtreecommitdiff
path: root/bootstraptest/test_io.rb
AgeCommit message (Expand)Author
2022-09-06omit random failure in bootstraptest with freebsdHiroshi SHIBATA
2022-07-28Also skip the failing test similar with a343952d195a324dd4563318d8f88b167316ce5dHiroshi SHIBATA
2022-06-21On FreeBSD omit the test to close a pipe while reading [ci skip]Nobuyoshi Nakada
2022-02-14extend timeout for mjitKoichi Sasada
2018-09-04bootstraptest update test_io.rb [Bug #15060] [Fix GH-1495]nobu
2018-06-27tests: increase timeouts and speedup some slow testsnormal
2017-10-23Drop to support NaCl platform.hsbt
2014-10-07normalize reference to Timeout::Errornormal
2014-06-07bootstraptest/test_{fork,io,thread}.rb: reduce sleep timesnobu
2014-04-29* (lib/tmpdir.rb): Rescue LoadError on etc.so for miniruby.akr
2014-04-24* bootstraptest/test_io.rb: Add etc.so to $" before require 'tmpdir'.akr
2014-04-24revert r45709.akr
2014-04-24* bootstraptest/test_io.rb: Don't use tmpdir because etc.so is notakr
2013-01-06* bootstraptest/test_io.c: add a test for [ruby-dev:46834].yugui
2013-01-03Fix failures on btest for NativeClient.yugui