Skip to content

Commit

Permalink
[Truffle] Separate slow and Windows-specific tags from simple failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Feb 2, 2015
1 parent 0802e4f commit 25c52bb
Show file tree
Hide file tree
Showing 101 changed files with 139 additions and 130 deletions.
@@ -0,0 +1,7 @@
slow:Encoding::Converter#convpath returns an Array
slow:Encoding::Converter#convpath returns each encoding pair as a sub-Array
slow:Encoding::Converter#convpath returns each encoding as an Encoding object
slow:Encoding::Converter#convpath returns multiple encoding pairs when direct conversion is impossible
slow:Encoding::Converter#convpath sets the last element of each pair to the first element of the next
slow:Encoding::Converter#convpath only lists a source encoding once
slow:Encoding::Converter#convpath indicates if crlf_newline conversion would occur
@@ -0,0 +1,8 @@
slow:Encoding::Converter.search_convpath returns an Array
slow:Encoding::Converter.search_convpath returns each encoding pair as a sub-Array
slow:Encoding::Converter.search_convpath returns each encoding as an Encoding object
slow:Encoding::Converter.search_convpath returns multiple encoding pairs when direct conversion is impossible
slow:Encoding::Converter.search_convpath sets the last element of each pair to the first element of the next
slow:Encoding::Converter.search_convpath only lists a source encoding once
slow:Encoding::Converter.search_convpath indicates if crlf_newline conversion would occur
slow:Encoding::Converter.search_convpath raises an Encoding::ConverterNotFoundError if no conversion path exists
File renamed without changes.
2 changes: 2 additions & 0 deletions spec/truffle/tags/core-slow/kernel/eval_tags.txt
@@ -0,0 +1,2 @@
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
2 changes: 2 additions & 0 deletions spec/truffle/tags/core-slow/kernel/sleep_tags.txt
@@ -0,0 +1,2 @@
slow:Kernel#sleep accepts a Float
slow:Kernel#sleep accepts a Rational
1 change: 1 addition & 0 deletions spec/truffle/tags/core-slow/rational/round_tags.txt
@@ -0,0 +1 @@
slow:Rational#round with a precision > 0 doesn't fail when rounding to an absurdly large positive precision
1 change: 1 addition & 0 deletions spec/truffle/tags/core-windows/class/inherited_tags.txt
@@ -0,0 +1 @@
fails(windows bug):Class.inherited is invoked only once per subclass
1 change: 1 addition & 0 deletions spec/truffle/tags/core-windows/dir/fileno_tags.txt
@@ -0,0 +1 @@
fails(windows):Dir#fileno raises an error
1 change: 1 addition & 0 deletions spec/truffle/tags/core-windows/encoding/dummy_tags.txt
@@ -0,0 +1 @@
fails(windows bug):Encoding#dummy? returns true for dummy encodings
1 change: 1 addition & 0 deletions spec/truffle/tags/core-windows/encoding/find_tags.txt
@@ -0,0 +1 @@
fails(windows - Encoding.aliases):Encoding.find needs to be reviewed for spec completeness
File renamed without changes.
4 changes: 4 additions & 0 deletions spec/truffle/tags/core-windows/file/basename_tags.txt
@@ -0,0 +1,4 @@
fails(windows):File.basename returns the basename for windows
fails(windows):File.basename returns basename windows unc
fails(windows):File.basename returns basename windows forward slash
fails(windows):File.basename returns basename with windows suffix
4 changes: 4 additions & 0 deletions spec/truffle/tags/core-windows/file/chmod_tags.txt
@@ -0,0 +1,4 @@
fails(windows):File#chmod with '0444' makes file readable and executable but not writable
fails(windows):File#chmod with '0644' makes file readable and writable and also executable
fails(windows):File.chmod with '0444' makes file readable and executable but not writable
fails(windows):File.chmod with '0644' makes file readable and writable and also executable
@@ -0,0 +1 @@
fails(windows):File::Constants::BINARY is defined
6 changes: 6 additions & 0 deletions spec/truffle/tags/core-windows/file/dirname_tags.txt
@@ -0,0 +1,6 @@
fails(windows):File.dirname returns all the components of filename except the last one (edge cases on windows)
fails(windows):File.dirname returns the return all the components of filename except the last one (Windows format)
fails(windows):File.dirname returns the return all the components of filename except the last one (windows unc)
fails(windows):File.dirname returns the return all the components of filename except the last one (forward_slash)
fails(windows bug):File.dirname ignores a trailing /
fails(windows bug):File.dirname returns the return all the components of filename except the last one (unix format)
7 changes: 7 additions & 0 deletions spec/truffle/tags/core-windows/file/expand_path_tags.txt
@@ -0,0 +1,7 @@
fails(windows):File.expand_path does not return a frozen string
fails(windows):File.expand_path expands C:/./dir to C:/dir
fails(windows bug):File.expand_path converts a pathname to an absolute pathname, Ruby-Talk:18512
fails(windows bug):File.expand_path converts a pathname to an absolute pathname, using a complete path
fails(windows bug):File.expand_path raises a TypeError if not passed a String type
fails(windows bug):File.expand_path does not modify the string argument
fails(windows bug):File.expand_path returns a String when passed a String subclass
3 changes: 3 additions & 0 deletions spec/truffle/tags/core-windows/file/file_tags.txt
@@ -0,0 +1,3 @@
fails(windows bug):File.file? returns true if the named file exists and is a regular file.
fails(windows bug):File.file? raises an ArgumentError if not passed one argument
fails(windows bug):File.file? raises a TypeError if not passed a String type
2 changes: 2 additions & 0 deletions spec/truffle/tags/core-windows/file/fnmatch_tags.txt
@@ -0,0 +1,2 @@
fails(windows):File.fnmatch matches case sensitive characters on platfroms with case insensitive paths, when flags include FNM_SYSCASE
fails(windows):File.fnmatch? matches case sensitive characters on platfroms with case insensitive paths, when flags include FNM_SYSCASE
1 change: 1 addition & 0 deletions spec/truffle/tags/core-windows/file/grpowned_tags.txt
@@ -0,0 +1 @@
fails(windows):File.grpowned? returns false if the file exist
5 changes: 5 additions & 0 deletions spec/truffle/tags/core-windows/file/join_tags.txt
@@ -0,0 +1,5 @@
fails(windows):File.join respects given separator if only one part has a boundary separator
fails(windows bug):File.join joins parts using File::SEPARATOR if there are no boundary separators
fails(windows bug):File.join supports any number of arguments
fails(windows bug):File.join flattens nested arrays
fails(windows bug):File.join inserts the separator in between empty strings and arrays
1 change: 1 addition & 0 deletions spec/truffle/tags/core-windows/file/null_tags.txt
@@ -0,0 +1 @@
fails(windows):File::NULL returns NUL as a string
1 change: 1 addition & 0 deletions spec/truffle/tags/core-windows/file/path_tags.txt
@@ -0,0 +1 @@
fails(windows bug):File.path returns the full path for the given file
1 change: 1 addition & 0 deletions spec/truffle/tags/core-windows/file/read_tags.txt
@@ -0,0 +1 @@
fails(windows):File.read raises an Errno::EACCES when passed a path that is a directory
3 changes: 3 additions & 0 deletions spec/truffle/tags/core-windows/file/size_tags.txt
@@ -0,0 +1,3 @@
fails(windows bug):File.size? returns the size of the file if it exists and is not empty
fails(windows bug):File.size? returns nil if file_name doesn't exist or has 0 size
fails(windows bug):File.size? returns nil if file_name is empty
1 change: 1 addition & 0 deletions spec/truffle/tags/core-windows/file/stat/file_tags.txt
@@ -0,0 +1 @@
fails(windows bug):File::Stat#file? raises an ArgumentError if not passed one argument
1 change: 1 addition & 0 deletions spec/truffle/tags/core-windows/file/stat/grpowned_tags.txt
@@ -0,0 +1 @@
fails(windows):File::Stat#grpowned? returns false if the file exist
2 changes: 2 additions & 0 deletions spec/truffle/tags/core-windows/file/stat/umask_tags.txt
@@ -0,0 +1,2 @@
fails(windows):File.umask returns the current umask value for this process (basic)
fails(windows):File.umask returns the current umask value for this process
2 changes: 2 additions & 0 deletions spec/truffle/tags/core-windows/file/stat/zero_tags.txt
@@ -0,0 +1,2 @@
fails(windows):File::Stat#zero? returns true for NUL
fails(windows):File::Stat#zero? returns true for a directory
2 changes: 2 additions & 0 deletions spec/truffle/tags/core-windows/file/zero_tags.txt
@@ -0,0 +1,2 @@
fails(windows):File.zero? returns true for NUL
fails(windows):File.zero? returns true for a directory
4 changes: 4 additions & 0 deletions spec/truffle/tags/core-windows/io/close_on_exec_tags.txt
@@ -0,0 +1,4 @@
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: 2 additions & 0 deletions spec/truffle/tags/core-windows/io/read_tags.txt
@@ -0,0 +1,2 @@
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: 2 additions & 0 deletions spec/truffle/tags/core-windows/io/readlines_tags.txt
@@ -0,0 +1,2 @@
fails(windows bug):IO.readlines does not change $_
fails(windows bug):IO.readlines raises TypeError if the first parameter is nil
2 changes: 2 additions & 0 deletions spec/truffle/tags/core-windows/io/write_tags.txt
@@ -0,0 +1,2 @@
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
2 changes: 2 additions & 0 deletions spec/truffle/tags/core-windows/kernel/eval_tags.txt
@@ -0,0 +1,2 @@
fails(windows bug):Kernel#eval does not share locals across eval scopes
fails(windows bug):Kernel#eval raises a LocalJumpError if there is no lambda-style closure in the chain
4 changes: 4 additions & 0 deletions spec/truffle/tags/core-windows/kernel/fork_tags.txt
@@ -0,0 +1,4 @@
fails(windows):Kernel#fork returns false from #respond_to?
fails(windows):Kernel#fork raises a NotImplementedError when called
fails(windows):Kernel.fork returns false from #respond_to?
fails(windows):Kernel.fork raises a NotImplementedError when called
2 changes: 2 additions & 0 deletions spec/truffle/tags/core-windows/kernel/spawn_tags.txt
@@ -0,0 +1,2 @@
fails(windows):Kernel#spawn raises an ArgumentError if given :pgroup option
fails(windows):Kernel.spawn raises an ArgumentError if given :pgroup option
@@ -0,0 +1 @@
fails(windows bug):Method#source_location sets the first value to the path of the file in which the method was defined
1 change: 1 addition & 0 deletions spec/truffle/tags/core-windows/process/daemon_tags.txt
@@ -0,0 +1 @@
fails(windows):Process.daemon raises a NotImplementedError when called
1 change: 1 addition & 0 deletions spec/truffle/tags/core-windows/process/fork_tags.txt
@@ -0,0 +1 @@
fails(windows):Process.fork raises a NotImplementedError when called
1 change: 1 addition & 0 deletions spec/truffle/tags/core-windows/process/spawn_tags.txt
@@ -0,0 +1 @@
fails(windows):Process.spawn raises an ArgumentError if given :pgroup option
@@ -0,0 +1 @@
fails(windows):Process::Status#exited? for a terminated child always returns true
@@ -0,0 +1 @@
fails(windows):Process::Status#signaled? for a terminated child always returns false
@@ -0,0 +1 @@
fails(windows):Process::Status#success? for a child that was terminated always returns true
@@ -0,0 +1 @@
fails(windows):Process::Status#termsig for a child that was sent a signal always returns nil
File renamed without changes.
1 change: 0 additions & 1 deletion spec/truffle/tags/core/class/inherited_tags.txt
@@ -1,2 +1 @@
fails:Class.inherited is invoked with the child Class when self is subclassed
fails(windows bug):Class.inherited is invoked only once per subclass
1 change: 0 additions & 1 deletion spec/truffle/tags/core/dir/fileno_tags.txt
@@ -1,2 +1 @@
fails:Dir#fileno returns the file descriptor of the dir
fails(windows):Dir#fileno raises an error
7 changes: 0 additions & 7 deletions spec/truffle/tags/core/encoding/converter/convpath_tags.txt
@@ -1,8 +1 @@
fails:Encoding::Converter#convpath indicates if crlf_newline conversion would occur
slow:Encoding::Converter#convpath returns an Array
slow:Encoding::Converter#convpath returns each encoding pair as a sub-Array
slow:Encoding::Converter#convpath returns each encoding as an Encoding object
slow:Encoding::Converter#convpath returns multiple encoding pairs when direct conversion is impossible
slow:Encoding::Converter#convpath sets the last element of each pair to the first element of the next
slow:Encoding::Converter#convpath only lists a source encoding once
slow:Encoding::Converter#convpath indicates if crlf_newline conversion would occur
@@ -1,11 +1,3 @@
fails:Encoding::Converter.search_convpath returns multiple encoding pairs when direct conversion is impossible
fails:Encoding::Converter.search_convpath indicates if crlf_newline conversion would occur
fails:Encoding::Converter.search_convpath raises an Encoding::ConverterNotFoundError if no conversion path exists
slow:Encoding::Converter.search_convpath returns an Array
slow:Encoding::Converter.search_convpath returns each encoding pair as a sub-Array
slow:Encoding::Converter.search_convpath returns each encoding as an Encoding object
slow:Encoding::Converter.search_convpath returns multiple encoding pairs when direct conversion is impossible
slow:Encoding::Converter.search_convpath sets the last element of each pair to the first element of the next
slow:Encoding::Converter.search_convpath only lists a source encoding once
slow:Encoding::Converter.search_convpath indicates if crlf_newline conversion would occur
slow:Encoding::Converter.search_convpath raises an Encoding::ConverterNotFoundError if no conversion path exists
1 change: 0 additions & 1 deletion spec/truffle/tags/core/encoding/dummy_tags.txt
@@ -1,2 +1 @@
fails(inherited):Encoding#dummy? returns true for dummy encodings
fails(windows bug):Encoding#dummy? returns true for dummy encodings
1 change: 0 additions & 1 deletion spec/truffle/tags/core/encoding/find_tags.txt
Expand Up @@ -10,4 +10,3 @@ fails:Encoding.find supports the 'locale' encoding alias
fails:Encoding.find returns default external encoding for the 'external' encoding alias
fails:Encoding.find returns default internal encoding for the 'internal' encoding alias
fails:Encoding.find uses default external encoding for the 'filesystem' encoding alias
fails(windows - Encoding.aliases):Encoding.find needs to be reviewed for spec completeness
4 changes: 0 additions & 4 deletions spec/truffle/tags/core/file/basename_tags.txt
Expand Up @@ -9,7 +9,3 @@ fails:File.basename raises a TypeError if the arguments are not String types
fails:File.basename accepts an object that has a #to_path method
fails:File.basename raises an ArgumentError if passed more than two arguments
fails:File.basename returns the extension for a multibyte filename
fails(windows):File.basename returns the basename for windows
fails(windows):File.basename returns basename windows unc
fails(windows):File.basename returns basename windows forward slash
fails(windows):File.basename returns basename with windows suffix
4 changes: 0 additions & 4 deletions spec/truffle/tags/core/file/chmod_tags.txt
Expand Up @@ -18,7 +18,3 @@ fails:File.chmod with '0444' makes file readable but not writable or executable
fails:File.chmod with '0666' makes file readable and writable but not executable
fails:File.chmod with '0111' makes file executable but not readable or writable
fails:File.chmod modifies the permission bits of the files specified
fails(windows):File#chmod with '0444' makes file readable and executable but not writable
fails(windows):File#chmod with '0644' makes file readable and writable and also executable
fails(windows):File.chmod with '0444' makes file readable and executable but not writable
fails(windows):File.chmod with '0644' makes file readable and writable and also executable
1 change: 0 additions & 1 deletion spec/truffle/tags/core/file/constants/constants_tags.txt
Expand Up @@ -17,4 +17,3 @@ fails:File::Constants::TRUNC is defined
fails:File::Constants::WRONLY is defined
fails:File::Constants::NOCTTY is defined
fails:File::Constants::SYNC is defined
fails(windows):File::Constants::BINARY is defined
6 changes: 0 additions & 6 deletions spec/truffle/tags/core/file/dirname_tags.txt
Expand Up @@ -2,9 +2,3 @@ fails:File.dirname returns all the components of filename except the last one
fails:File.dirname returns all the components of filename except the last one (edge cases on all platforms)
fails:File.dirname returns all the components of filename except the last one (edge cases on non-windows)
fails:File.dirname accepts an object that has a #to_path method
fails(windows):File.dirname returns all the components of filename except the last one (edge cases on windows)
fails(windows):File.dirname returns the return all the components of filename except the last one (Windows format)
fails(windows):File.dirname returns the return all the components of filename except the last one (windows unc)
fails(windows):File.dirname returns the return all the components of filename except the last one (forward_slash)
fails(windows bug):File.dirname ignores a trailing /
fails(windows bug):File.dirname returns the return all the components of filename except the last one (unix format)
7 changes: 0 additions & 7 deletions spec/truffle/tags/core/file/expand_path_tags.txt
Expand Up @@ -14,10 +14,3 @@ fails:File.expand_path does not modify a HOME string argument
fails:File.expand_path when HOME is not set raises an ArgumentError when passed '~' if HOME is nil
fails:File.expand_path when HOME is not set raises an ArgumentError when passed '~/' if HOME is nil
fails:File.expand_path when HOME is not set raises an ArgumentError when passed '~' if HOME == ''
fails(windows):File.expand_path does not return a frozen string
fails(windows):File.expand_path expands C:/./dir to C:/dir
fails(windows bug):File.expand_path converts a pathname to an absolute pathname, Ruby-Talk:18512
fails(windows bug):File.expand_path converts a pathname to an absolute pathname, using a complete path
fails(windows bug):File.expand_path raises a TypeError if not passed a String type
fails(windows bug):File.expand_path does not modify the string argument
fails(windows bug):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
@@ -1,5 +1,2 @@
fails:File includes File::Constants
fails:File.file? accepts an object that has a #to_path method
fails(windows bug):File.file? returns true if the named file exists and is a regular file.
fails(windows bug):File.file? raises an ArgumentError if not passed one argument
fails(windows bug):File.file? raises a TypeError if not passed a String type
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/file/fnmatch_tags.txt
Expand Up @@ -64,5 +64,3 @@ fails:File.fnmatch? accepts an object that has a #to_path method
fails:File.fnmatch? raises a TypeError if the first and second arguments are not string-like
fails:File.fnmatch? raises a TypeError if the third argument is not an Integer
fails:File.fnmatch? does not raise a TypeError if the third argument can be coerced to an Integer
fails(windows):File.fnmatch matches case sensitive characters on platfroms with case insensitive paths, when flags include FNM_SYSCASE
fails(windows):File.fnmatch? matches case sensitive characters on platfroms with case insensitive paths, when flags include FNM_SYSCASE
1 change: 0 additions & 1 deletion spec/truffle/tags/core/file/grpowned_tags.txt
Expand Up @@ -2,4 +2,3 @@ fails:File.grpowned? returns true if the file exist
fails:File.grpowned? accepts an object that has a #to_path method
fails:File.grpowned? takes non primary groups into account
fails:File.grpowned? returns false if file the does not exist
fails(windows):File.grpowned? returns false if the file exist
5 changes: 0 additions & 5 deletions spec/truffle/tags/core/file/join_tags.txt
Expand Up @@ -10,8 +10,3 @@ fails:File.join raises a TypeError exception when args are nil
fails:File.join calls #to_str
fails:File.join doesn't mutate the object when calling #to_str
fails:File.join calls #to_path
fails(windows):File.join respects given separator if only one part has a boundary separator
fails(windows bug):File.join joins parts using File::SEPARATOR if there are no boundary separators
fails(windows bug):File.join supports any number of arguments
fails(windows bug):File.join flattens nested arrays
fails(windows bug):File.join inserts the separator in between empty strings and arrays
1 change: 0 additions & 1 deletion spec/truffle/tags/core/file/null_tags.txt
@@ -1,2 +1 @@
fails:File::NULL returns /dev/null as a string
fails(windows):File::NULL returns NUL as a string
1 change: 0 additions & 1 deletion spec/truffle/tags/core/file/path_tags.txt
@@ -1,2 +1 @@
fails:File#path returns the pathname used to create file as a string
fails(windows bug):File.path returns the full path for the given file
1 change: 0 additions & 1 deletion spec/truffle/tags/core/file/read_tags.txt
@@ -1,2 +1 @@
fails:File.read raises an Errno::EISDIR when passed a path that is a directory
fails(windows):File.read raises an Errno::EACCES when passed a path that is a directory
3 changes: 0 additions & 3 deletions spec/truffle/tags/core/file/size_tags.txt
Expand Up @@ -17,6 +17,3 @@ fails:File#size returns the file's current size even if modified
fails:File#size raises an IOError on a closed file
fails:File#size follows symlinks if necessary
fails:File#size for an empty file returns 0
fails(windows bug):File.size? returns the size of the file if it exists and is not empty
fails(windows bug):File.size? returns nil if file_name doesn't exist or has 0 size
fails(windows bug):File.size? returns nil if file_name is empty
1 change: 0 additions & 1 deletion spec/truffle/tags/core/file/stat/file_tags.txt
Expand Up @@ -2,4 +2,3 @@ fails:File::Stat#file? returns true if the named file exists and is a regular fi
fails:File::Stat#file? accepts an object that has a #to_path method
fails:File::Stat#file? returns true if the null device exists and is a regular file.
fails:File::Stat#file? raises a TypeError if not passed a String type
fails(windows bug):File::Stat#file? raises an ArgumentError if not passed one argument
1 change: 0 additions & 1 deletion spec/truffle/tags/core/file/stat/grpowned_tags.txt
@@ -1,4 +1,3 @@
fails:File::Stat#grpowned? returns true if the file exist
fails:File::Stat#grpowned? accepts an object that has a #to_path method
fails:File::Stat#grpowned? takes non primary groups into account
fails(windows):File::Stat#grpowned? returns false if the file exist
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/file/stat/zero_tags.txt
Expand Up @@ -6,5 +6,3 @@ fails:File::Stat#zero? raises an ArgumentError if not passed one argument
fails:File::Stat#zero? raises a TypeError if not passed a String type
fails:File::Stat#zero? returns true inside a block opening a file if it is empty
fails:File::Stat#zero? returns false for a directory
fails(windows):File::Stat#zero? returns true for NUL
fails(windows):File::Stat#zero? returns true for a directory
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/file/umask_tags.txt
Expand Up @@ -3,5 +3,3 @@ fails:File.umask returns the current umask value for the process
fails:File.umask invokes to_int on non-integer argument
fails:File.umask always succeeds with any integer values
fails:File.umask raises ArgumentError when more than one argument is provided
fails(windows):File.umask returns the current umask value for this process (basic)
fails(windows):File.umask returns the current umask value for this process
2 changes: 0 additions & 2 deletions spec/truffle/tags/core/file/zero_tags.txt
Expand Up @@ -7,5 +7,3 @@ fails:File.zero? raises a TypeError if not passed a String type
fails:File.zero? returns true inside a block opening a file if it is empty
fails:File.zero? returns false for a directory
fails:File.zero? returns false if the file does not exist
fails(windows):File.zero? returns true for NUL
fails(windows):File.zero? returns true for a directory
4 changes: 0 additions & 4 deletions spec/truffle/tags/core/io/close_on_exec_tags.txt
Expand Up @@ -8,7 +8,3 @@ fails:IO#close_on_exec= returns nil
fails:IO#close_on_exec? returns true by default
fails:IO#close_on_exec? returns true if set
fails:IO#close_on_exec? raises IOError if called on a closed IO
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
Expand Up @@ -92,5 +92,3 @@ fails:IO#read with internal encoding specified by encoding: option when passed n
fails:IO#read with internal encoding specified by encoding: option when passed nil for limit sets the buffer's encoding to the internal encoding
fails:IO#read with large data reads all the data at once
fails:IO#read with large data reads only the requested number of bytes
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

0 comments on commit 25c52bb

Please sign in to comment.