File: TestRubyOptions.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 (40 lines) | stat: -rw-r--r-- 1,933 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
# These all error out, so it may be a simple fix
exclude :test_source_file, "needs investigation"
exclude :test_DATA, "needs investigation"
exclude :test_assignment_in_conditional, "needs investigation"
exclude :test_autosplit, "needs investigation"
exclude :test_chdir, "needs investigation"
exclude :test_copyright, "needs investigation"
exclude :test_debug, "needs investigation"
exclude :test_disable, "needs investigation"
exclude :test_enable, "needs investigation"
exclude :test_encoding, "needs investigation"
exclude :test_eval, "needs investigation"
exclude :test_include, "needs investigation"
exclude :test_indentation_check, "needs investigation"
exclude :test_invalid_option, "needs investigation"
exclude :test_kanji, "needs investigation"
exclude :test_notfound, "needs investigation"
exclude :test_option_variables, "needs investigation"
exclude :test_program_name, "needs investigation"
exclude :test_require, "needs investigation"
exclude :test_rubyopt, "needs investigation"
exclude :test_safe_level, "needs investigation"
exclude :test_script_from_stdin, "uses io/console in ways we don't support yet"
exclude :test_search, "needs investigation"
exclude :test_segv_test, "needs investigation"
exclude :test_separator, "needs investigation"
exclude :test_set_program_name, "needs investigation"
exclude :test_sflag, "needs investigation"
exclude :test_shadowing_variable, "needs investigation"
exclude :test_shebang, "needs investigation"
exclude :test_syntax_check, "needs investigation"
exclude :test_unmatching_glob, "needs investigation"
exclude :test_unused_variable, "needs investigation"
exclude :test_usage, "needs investigation"
exclude :test_verbose, "needs investigation"
exclude :test_version, "needs investigation"
exclude :test_warning, "needs investigation"
exclude :test_yydebug, "needs investigation"
exclude :test_pflag_gsub, "needs investigation"
exclude :test_pflag_sub, "needs investigation"