From 5cd19a85fc8dd08eb104e60d98abb5e28a41e594 Mon Sep 17 00:00:00 2001 From: John Backus Date: Sun, 16 Oct 2016 17:22:47 -0700 Subject: [PATCH] Remove expected errors from warning whitelist Matches upstream changes: ruby/spec#312, ruby/spec#313, ruby/spec#314 --- spec/integrations.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/spec/integrations.yml b/spec/integrations.yml index 5fd11c69..9dfbf632 100644 --- a/spec/integrations.yml +++ b/spec/integrations.yml @@ -21,14 +21,10 @@ - core/encoding/invalid_byte_sequence_error/incomplete_input_spec.rb - core/encoding/invalid_byte_sequence_error/readagain_bytes_spec.rb - core/encoding/replicate_spec.rb - - core/file/expand_path_spec.rb - core/io/gets_spec.rb - core/io/read_spec.rb - core/io/shared/gets_ascii.rb - core/io/write_spec.rb - - core/marshal/dump_spec.rb - - core/marshal/fixtures/marshal_data.rb - - core/marshal/shared/load.rb - core/random/bytes_spec.rb - core/regexp/match_spec.rb - core/regexp/shared/new_ascii.rb @@ -60,12 +56,6 @@ - core/time/_load_spec.rb - language/regexp/encoding_spec.rb - language/string_spec.rb - - library/digest/md5/shared/constants.rb - - library/digest/md5/shared/sample.rb - - library/digest/sha1/shared/constants.rb - - library/digest/sha256/shared/constants.rb - - library/digest/sha384/shared/constants.rb - - library/digest/sha512/shared/constants.rb - library/openssl/shared/constants.rb - library/socket/basicsocket/recv_spec.rb - library/socket/socket/gethostbyname_spec.rb