File: TestFileExhaustive.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 (38 lines) | stat: -rw-r--r-- 2,318 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
windows = RbConfig::CONFIG['host_os'] =~ /mswin|mingw/

exclude :test_basename, "needs investigation"
exclude :test_dirname, "needs investigation"
exclude :test_chmod, "needs investigation" if windows
exclude :test_directory_p, "needs investigation" if windows
exclude :test_executable_p, "needs investigation" if windows
exclude :test_executable_real_p, "needs investigation" if windows
exclude :test_expand_path, "needs investigation"
exclude :test_expand_path_cleanup_dots_file_name, "needs investigation" if windows
exclude :test_expand_path_converts_a_dot_with_unc_dir, "needs investigation" if windows
exclude :test_expand_path_converts_a_pathname_which_starts_with_a_slash_and_unc_pathname, "needs investigation" if windows
exclude :test_expand_path_converts_a_pathname_which_starts_with_a_slash_using_host_share, "needs investigation" if windows
exclude :test_expand_path_preserves_unc_path_root, "needs investigation" if windows
exclude :test_expand_path_remove_trailing_alternative_data, "needs investigation" if windows
exclude :test_expand_path_removes_trailing_spaces_from_absolute_path, "needs investigation" if windows
exclude :test_extname, "needs investigation"
exclude :test_find_file, "needs investigation"
exclude :test_join, "needs investigation" if windows
exclude :test_owned_p, "needs investigation" if windows
exclude :test_stat, "needs investigation"
exclude :test_stat_init, "needs investigation"
exclude :test_stat_executable_p, "needs investigation" if windows
exclude :test_stat_executable_real_p, "needs investigation" if windows
exclude :test_stat_owned_p, "needs investigation" if windows
exclude :test_stat_world_readable_p, "needs investigation" if windows
exclude :test_stat_world_writable_p, "needs investigation" if windows
exclude :test_umask, "needs investigation"
exclude :test_unlink, "needs investigation"
exclude :test_utime, "needs investigation"
exclude :test_world_readable_p, "needs investigation"
exclude :test_world_writable_p, "needs investigation"
exclude :test_writable_p, "needs investigation"
exclude :test_writable_real_p, "needs investigation"
exclude :test_zero_p, "needs investigation"
exclude :test_lchmod, "Fails on Linux"
exclude :test_expand_path_home, "needs investigation"
exclude :test_expand_path_returns_tainted_strings_or_not, "needs investigation"