Skip to content

Commit

Permalink
[Truffle] Remove windows tags for core specs.
Browse files Browse the repository at this point in the history
We haven't run on Windows for quite some time, so these tags are most likely inaccurate. Meanwhile, their presence makes it harder to see what work remains for platforms we currently support. We can always regenerate tags as necessary when we start work on Windows again.
  • Loading branch information
nirvdrum committed Dec 7, 2016
1 parent 2a2d9b6 commit 02b2d6c
Show file tree
Hide file tree
Showing 37 changed files with 0 additions and 88 deletions.
1 change: 0 additions & 1 deletion spec/truffle/tags/core/class/inherited_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/encoding/default_external_tags.txt
@@ -1,5 +1,3 @@
windows:Encoding.default_external with command line options returns the encoding specified by '-E external'
windows:Encoding.default_external with command line options returns the encoding specified by '-E external:'
slow:Encoding.default_external with command line options is not changed by the -U option
slow:Encoding.default_external with command line options returns the encoding specified by '-E external'
slow:Encoding.default_external with command line options returns the encoding specified by '-E external:'
3 changes: 0 additions & 3 deletions spec/truffle/tags/core/encoding/default_internal_tags.txt
@@ -1,6 +1,3 @@
windows:Encoding.default_internal with command line options returns Encoding::UTF_8 if ruby was invoked with -U
windows:Encoding.default_internal with command line options uses the encoding specified when ruby is invoked with an '-E :internal' argument
windows:Encoding.default_internal with command line options uses the encoding specified when ruby is invoked with an '-E external:internal' argument
slow:Encoding.default_internal with command line options returns Encoding::UTF_8 if ruby was invoked with -U
slow:Encoding.default_internal with command line options uses the encoding specified when ruby is invoked with an '-E :internal' argument
slow:Encoding.default_internal with command line options uses the encoding specified when ruby is invoked with an '-E external:internal' argument
1 change: 0 additions & 1 deletion spec/truffle/tags/core/encoding/dummy_tags.txt

This file was deleted.

4 changes: 0 additions & 4 deletions spec/truffle/tags/core/file/basename_tags.txt

This file was deleted.

4 changes: 0 additions & 4 deletions spec/truffle/tags/core/file/chmod_tags.txt

This file was deleted.

6 changes: 0 additions & 6 deletions spec/truffle/tags/core/file/dirname_tags.txt

This file was deleted.

6 changes: 0 additions & 6 deletions spec/truffle/tags/core/file/expand_path_tags.txt
@@ -1,7 +1 @@
fails:File.expand_path does not replace multiple '/' at the beginning of the path
fails(windows):File.expand_path expands C:/./dir to C:/dir
windows:File.expand_path converts a pathname to an absolute pathname, Ruby-Talk:18512
windows:File.expand_path converts a pathname to an absolute pathname, using a complete path
windows:File.expand_path raises a TypeError if not passed a String type
windows:File.expand_path does not modify the string argument
windows:File.expand_path returns a String when passed a String subclass
3 changes: 0 additions & 3 deletions spec/truffle/tags/core/file/file_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/file/fnmatch_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/file/grpowned_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/file/join_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/file/null_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/file/path_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/file/readable_tags.txt

This file was deleted.

3 changes: 0 additions & 3 deletions spec/truffle/tags/core/file/size_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/file/stat/file_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/core/file/stat/grpowned_tags.txt
@@ -1,4 +1,3 @@
fails(windows):File::Stat#grpowned? returns false if the file exist
graalvm:File::Stat#grpowned? returns true if the file exist
graalvm:File::Stat#grpowned? accepts an object that has a #to_path method
graalvm:File::Stat#grpowned? takes non primary groups into account
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/file/stat/zero_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/file/umask_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/core/file/zero_tags.txt

This file was deleted.

4 changes: 0 additions & 4 deletions spec/truffle/tags/core/io/close_on_exec_tags.txt
@@ -1,5 +1 @@
fails:IO#close_on_exec? returns true by default
fails(windows):IO#close_on_exec= returns false from #respond_to?
fails(windows):IO#close_on_exec= raises a NotImplementedError when called
fails(windows):IO#close_on_exec? returns false from #respond_to?
fails(windows):IO#close_on_exec? raises a NotImplementedError when called
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/io/read_tags.txt
@@ -1,4 +1,2 @@
fails:IO.read from a pipe opens a pipe to a fork if the rest is -
fails(hangs):IO#read raises IOError when stream is closed by another thread
fails(windows):IO#read on Windows normalizes line endings in text mode
fails(windows):IO#read on Windows does not normalize line endings in binary mode
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/io/readlines_tags.txt
@@ -1,5 +1,3 @@
fails:IO#readlines when passed a string that starts with a | gets data from a fork when passed -
fails:IO.readlines when passed name, object when the object is a Fixnum uses the object as a limit if it is a Fixnum
fails:IO.readlines when passed name, object when the object is a String accepts non-ASCII data as separator
windows:IO.readlines does not change $_
windows:IO.readlines raises TypeError if the first parameter is nil
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/io/write_tags.txt
@@ -1,3 +1 @@
fails(windows):IO#write on Windows normalizes line endings in text mode
fails(windows):IO#write on Windows does not normalize line endings in binary mode
slow:IO.write on a FIFO writes correctly
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/kernel/eval_tags.txt
Expand Up @@ -3,5 +3,3 @@ fails:Kernel#eval returns from the scope calling #eval when evaluating 'return'
fails:Kernel#eval unwinds through a Proc-style closure and returns from a lambda-style closure in the closure chain
slow:Kernel#eval raises a LocalJumpError if there is no lambda-style closure in the chain
slow:Kernel#eval does not share locals across eval scopes
windows:Kernel#eval does not share locals across eval scopes
windows:Kernel#eval raises a LocalJumpError if there is no lambda-style closure in the chain
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/kernel/fork_tags.txt
@@ -1,5 +1,3 @@
fails:Kernel#fork returns nil for the child process
fails:Kernel#fork runs a block in a child process
fails:Kernel#fork marks threads from the parent as killed
fails(windows):Kernel#fork returns false from #respond_to?
fails(windows):Kernel#fork raises a NotImplementedError when called
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/kernel/load_tags.txt
Expand Up @@ -2,8 +2,6 @@ fails:Kernel#load (path resolution) does not require file twice after $LOAD_PATH
fails:Kernel#load (shell expansion) expands a tilde to the HOME environment variable as the path to load
fails:Kernel.load (path resolution) does not require file twice after $LOAD_PATH change
fails:Kernel.load (shell expansion) expands a tilde to the HOME environment variable as the path to load
windows:Kernel#load loads a file that recursively requires itself
windows:Kernel.load loads a file that recursively requires itself
fails:Kernel#load when passed true for 'wrap' loads from an existing path
fails:Kernel#load when passed true for 'wrap' sets the enclosing scope to an anonymous module
fails:Kernel#load when passed true for 'wrap' allows referencing outside namespaces
Expand Down
1 change: 0 additions & 1 deletion spec/truffle/tags/core/kernel/spawn_tags.txt
Expand Up @@ -12,7 +12,6 @@ fails:Kernel#spawn with multiple arguments raises an ArgumentError if an argumen
fails:Kernel#spawn with a command array raises an ArgumentError if the Strings in the Array include a null byte
fails:Kernel#spawn when passed :chdir changes to the directory passed for :chdir
fails:Kernel#spawn when passed :chdir calls #to_path to convert the :chdir value
fails(windows):Kernel#spawn raises an ArgumentError if given :pgroup option
slow:Kernel#spawn when passed close_others: true does not close STDIN
slow:Kernel#spawn when passed close_others: true does not close STDOUT
slow:Kernel#spawn when passed close_others: true does not close STDERR
Expand Down
1 change: 0 additions & 1 deletion spec/truffle/tags/core/method/source_location_tags.txt
@@ -1,2 +1 @@
fails:Method#source_location for a Method generated by respond_to_missing? returns nil
windows:Method#source_location sets the first value to the path of the file in which the method was defined
1 change: 0 additions & 1 deletion spec/truffle/tags/core/process/fork_tags.txt
@@ -1,4 +1,3 @@
fails:Process.fork returns nil for the child process
fails:Process.fork runs a block in a child process
fails:Process.fork marks threads from the parent as killed
fails(windows):Process.fork raises a NotImplementedError when called
1 change: 0 additions & 1 deletion spec/truffle/tags/core/process/status/exited_tags.txt
@@ -1,3 +1,2 @@
fails:Process::Status#exited? for a child that exited normally returns true
fails:Process::Status#exited? for a terminated child returns false
fails(windows):Process::Status#exited? for a terminated child always returns true
1 change: 0 additions & 1 deletion spec/truffle/tags/core/process/status/signaled_tags.txt
@@ -1,3 +1,2 @@
fails:Process::Status#signaled? for a cleanly exited child returns false
fails:Process::Status#signaled? for a terminated child returns true
fails(windows):Process::Status#signaled? for a terminated child always returns false
1 change: 0 additions & 1 deletion spec/truffle/tags/core/process/status/success_tags.txt
@@ -1,4 +1,3 @@
fails:Process::Status#success? for a child that exited normally returns true
fails:Process::Status#success? for a child that exited with a non zero status returns false
fails:Process::Status#success? for a child that was terminated returns nil
fails(windows):Process::Status#success? for a child that was terminated always returns true
1 change: 0 additions & 1 deletion spec/truffle/tags/core/process/status/termsig_tags.txt
@@ -1,3 +1,2 @@
fails:Process::Status#termsig for a child that exited normally returns true
fails:Process::Status#termsig for a child that was sent a signal returns the signal
fails(windows):Process::Status#termsig for a child that was sent a signal always returns nil
16 changes: 0 additions & 16 deletions spec/truffle/tags/core/signal/trap_tags.txt
@@ -1,21 +1,5 @@
fails:Signal.trap the special EXIT signal code accepts the EXIT code
fails:Signal.trap the special EXIT signal code runs the proc before at_exit handlers
windows:Signal.trap returns the previous handler
windows:Signal.trap accepts a block in place of a proc/command argument
windows:Signal.trap ignores the signal when passed nil
windows:Signal.trap accepts 'DEFAULT' as a symbol in place of a proc
windows:Signal.trap accepts 'SIG_DFL' as a symbol in place of a proc
windows:Signal.trap accepts 'SIG_IGN' as a symbol in place of a proc
windows:Signal.trap accepts 'IGNORE' as a symbol in place of a proc
windows:Signal.trap accepts long names as Strings
windows:Signal.trap acceps short names as Strings
windows:Signal.trap accepts long names as Symbols
windows:Signal.trap accepts short names as Symbols
windows:Signal.trap accepts 'SIG_DFL' in place of a proc
windows:Signal.trap accepts 'DEFAULT' in place of a proc
windows:Signal.trap accepts 'SIG_IGN' in place of a proc
windows:Signal.trap accepts 'IGNORE' in place of a proc
windows:Signal.trap the special EXIT signal code can unset the handler
slow:Signal.trap the special EXIT signal code accepts the EXIT code
slow:Signal.trap the special EXIT signal code runs the proc before at_exit handlers
slow:Signal.trap the special EXIT signal code can unset the handler
1 change: 0 additions & 1 deletion spec/truffle/tags/core/struct/to_s_tags.txt

This file was deleted.

0 comments on commit 02b2d6c

Please sign in to comment.