File: TestArgf.rb

package info (click to toggle)
jruby 1.7.26-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 84,572 kB
  • sloc: ruby: 669,910; java: 253,056; xml: 35,152; ansic: 9,187; yacc: 7,267; cpp: 5,244; sh: 1,036; makefile: 345; jsp: 48; tcl: 40
file content (51 lines) | stat: -rw-r--r-- 1,859 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
exclude :test_codepoints, "is not implemented"
exclude :test_each_line_limit_0, "needs investigation"
exclude :test_each_line_paragraph, "needs investigation"
exclude :test_inplace2, "needs investigation"
exclude :test_inplace3, "needs investigation"
exclude :test_inplace_dup, "needs investigation"
exclude :test_inplace_no_backup, "needs investigation"
exclude :test_inplace_rename_impossible, "needs investigation"
exclude :test_inplace_stdin, "needs investigation"
exclude :test_inplace_stdin2, "needs investigation"
exclude :test_lineno2, "needs investigation"
exclude :test_lineno3, "needs investigation"
exclude :test_readlines_limit_0, "needs investigation"
exclude :test_readpartial2, "needs investigation"
exclude :test_unreadable, "needs investigation"

# These are all excluded because the popen that the test uses
# hangs on JRuby.
exclude :test_argf, "hangs"
exclude :test_argv, "hangs"
exclude :test_binmode, "hangs"
exclude :test_close, "hangs"
exclude :test_close_replace, "hangs"
exclude :test_closed, "hangs"
exclude :test_each_byte, "hangs"
exclude :test_each_char, "hangs"
exclude :test_each_line, "hangs"
exclude :test_encoding, "hangs"
exclude :test_eof, "hangs"
exclude :test_file, "hangs"
exclude :test_filename, "hangs"
exclude :test_filename2, "hangs"
exclude :test_fileno, "hangs"
exclude :test_getbyte, "hangs"
exclude :test_getc, "hangs"
exclude :test_inplace, "hangs"
exclude :test_lineno, "hangs"
exclude :test_read, "hangs"
exclude :test_read2, "hangs"
exclude :test_read3, "hangs"
exclude :test_readbyte, "hangs"
exclude :test_readchar, "hangs"
exclude :test_readlines_twice, "hangs"
exclude :test_readpartial, "hangs"
exclude :test_rewind, "hangs"
exclude :test_seek, "hangs"
exclude :test_set_pos, "hangs"
exclude :test_skip, "hangs"
exclude :test_tell, "hangs"
exclude :test_textmode, "hangs"
exclude :test_to_io, "hangs"