summaryrefslogtreecommitdiff
path: root/test/test_open3.rb
AgeCommit message (Expand)Author
2019-07-09Restore support library for only test files.Hiroshi SHIBATA
2019-07-02Adjust jit_support file path.Hiroshi SHIBATA
2019-06-30Suppress unused variable warningsNobuyoshi Nakada
2019-06-30Removed unused variablesNobuyoshi Nakada
2018-12-13use :chdir option to avoid fd 3 to work with Windows.akr
2018-12-12test/test_open3.rb: skip a fd redirection test on windowsmame
2018-12-12open3.rb don't use keyword splat (**).akr
2018-06-17Remove needless closed?kazu
2018-04-28test_open3.rb: let test_popen2 work with --jitk0kubun
2017-10-21lib/open3.rb: accept IO-like object for :stdin_data argument.akr
2015-11-14* lib/open3.rb: Specify frozen_string_literal: true.akr
2015-01-08Add a test.akr
2015-01-08* test/test_open3.rb (TestOpen3#test_numeric_file_descriptors): passing FDsusa
2015-01-07* lib/open3.rb: Open3 properly passes non-keyword hash args to spawn.akr
2014-12-02* test/test_open3.rb: Add a simple test for env hash on popen3.headius
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-03-01* lib/open3.rb (Open3.capture3): Ignore Errno::EPIPE for writingakr
2013-06-19Join the thread to collect zombiesnaruse
2010-04-30* test/test_open3.rb (TestOpen3#test_commandline): use simplenobu
2010-04-29* test/test_open3.rb (test_commandline): use dump instead ofnobu
2010-04-29* test/test_open3.rb (test_commandline): skip the test with Shellwords onwanabe
2010-01-25supress warnings.akr
2008-12-10* lib/open3.rb (Open3.pipeline_start): return an array of threads if aakr
2008-12-07* lib/open3.rb (Open3.capture3): renamed from Open3.poutput3.akr
2008-12-05* lib/open3.rb (Open3.pipeline_start): new method.akr
2008-12-04* lib/open3.rb (Open3.poutput3): new method.akr
2008-12-04* lib/open3.rb (Open3.popen3): simplified.akr
2008-12-02* lib/open3.rb (Open3.popen3): merge hash options if given. akr