-
-
Notifications
You must be signed in to change notification settings - Fork 925
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into truffle-head
- 9.4.12.0
- 9.4.11.0
- 9.4.10.0
- 9.4.9.0
- 9.4.8.0
- 9.4.7.0
- 9.4.6.0
- 9.4.5.0
- 9.4.4.0
- 9.4.3.0
- 9.4.2.0
- 9.4.1.0
- 9.4.0.0
- 9.3.15.0
- 9.3.14.0
- 9.3.13.0
- 9.3.12.0
- 9.3.11.0
- 9.3.10.0
- 9.3.9.0
- 9.3.8.0
- 9.3.7.0
- 9.3.6.0
- 9.3.5.0
- 9.3.4.0
- 9.3.3.0
- 9.3.2.0
- 9.3.1.0
- 9.3.0.0
- 9.2.21.0
- 9.2.20.1
- 9.2.20.0
- 9.2.19.0
- 9.2.18.0
- 9.2.17.0
- 9.2.16.0
- 9.2.15.0
- 9.2.14.0
- 9.2.13.0
- 9.2.12.0
- 9.2.11.1
- 9.2.11.0
- 9.2.10.0
- 9.2.9.0
- 9.2.8.0
- 9.2.7.0
- 9.2.6.0
- 9.2.5.0
- 9.2.4.1
- 9.2.4.0
- 9.2.3.0
- 9.2.2.0
- 9.2.1.0
- 9.2.0.0
- 9.1.17.0
- 9.1.16.0
- 9.1.15.0
- 9.1.14.0
- 9.1.13.0
- 9.1.12.0
- 9.1.11.0
- 9.1.10.0
- 9.1.9.0
- 9.1.8.0
- 9.1.7.0
- 9.1.6.0
- 9.1.5.0
- 9.1.4.0
- 9.1.3.0
- 9.1.2.0
- 9.1.1.0
- 9.1.0.0
Showing
73 changed files
with
670 additions
and
366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
sudo: false | ||
language: ruby | ||
script: | ||
- bundle exec rspec | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
fails:Dir.pwd returns a String with Encoding.default_external encoding | ||
fails:Dir.pwd does not transcode to Encoding.default_internal | ||
fails:Dir.pwd correctly handles dirs with unicode characters in them |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
fails:NameError#name returns a class variable name as a symbol | ||
fails:NameError#name always returns a symbol when a NameError is raised from #instance_variable_get | ||
fails:NameError#name always returns a symbol when a NameError is raised from #class_variable_get |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:Float constant MIN is 2.2250738585072014e-308 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
errors:Kernel.Float for hexadecimal literals with binary exponent interprets the fractional part (on the left side of 'p') in hexadecimal | ||
errors:Kernel.Float for hexadecimal literals with binary exponent interprets the exponent (on the right of 'p') in decimal | ||
errors:Kernel.Float for hexadecimal literals with binary exponent returns Infinity for '0x1p10000' | ||
errors:Kernel.Float for hexadecimal literals with binary exponent interprets the fractional part | ||
fails:Kernel.Float for hexadecimal literals with binary exponent interprets the fractional part (on the left side of 'p') in hexadecimal | ||
fails:Kernel.Float for hexadecimal literals with binary exponent interprets the exponent (on the right of 'p') in decimal | ||
fails:Kernel.Float for hexadecimal literals with binary exponent returns Infinity for '0x1p10000' | ||
fails:Kernel.Float for hexadecimal literals with binary exponent returns 0 for '0x1p-10000' | ||
fails:Kernel.Float for hexadecimal literals with binary exponent allows embedded _ in a number on either side of the p | ||
fails:Kernel.Float for hexadecimal literals with binary exponent allows hexadecimal points on the left side of the 'p' | ||
fails:Kernel.Float for hexadecimal literals with binary exponent interprets the fractional part (on the left side of 'P') in hexadecimal | ||
fails:Kernel.Float for hexadecimal literals with binary exponent interprets the exponent (on the right of 'P') in decimal | ||
fails:Kernel.Float for hexadecimal literals with binary exponent returns Infinity for '0x1P10000' | ||
fails:Kernel.Float for hexadecimal literals with binary exponent returns 0 for '0x1P-10000' | ||
fails:Kernel.Float for hexadecimal literals with binary exponent allows embedded _ in a number on either side of the P | ||
fails:Kernel.Float for hexadecimal literals with binary exponent allows hexadecimal points on the left side of the 'P' | ||
fails:Kernel#Float for hexadecimal literals with binary exponent interprets the fractional part (on the left side of 'p') in hexadecimal | ||
fails:Kernel#Float for hexadecimal literals with binary exponent interprets the exponent (on the right of 'p') in decimal | ||
fails:Kernel#Float for hexadecimal literals with binary exponent returns Infinity for '0x1p10000' | ||
fails:Kernel#Float for hexadecimal literals with binary exponent returns 0 for '0x1p-10000' | ||
fails:Kernel#Float for hexadecimal literals with binary exponent allows embedded _ in a number on either side of the p | ||
fails:Kernel#Float for hexadecimal literals with binary exponent allows hexadecimal points on the left side of the 'p' | ||
fails:Kernel#Float for hexadecimal literals with binary exponent interprets the fractional part (on the left side of 'P') in hexadecimal | ||
fails:Kernel#Float for hexadecimal literals with binary exponent interprets the exponent (on the right of 'P') in decimal | ||
fails:Kernel#Float for hexadecimal literals with binary exponent returns Infinity for '0x1P10000' | ||
fails:Kernel#Float for hexadecimal literals with binary exponent returns 0 for '0x1P-10000' | ||
fails:Kernel#Float for hexadecimal literals with binary exponent allows embedded _ in a number on either side of the P | ||
fails:Kernel#Float for hexadecimal literals with binary exponent allows hexadecimal points on the left side of the 'P' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
fails:Range#inspect returns a tainted string if either end is tainted | ||
fails:Range#inspect returns a untrusted string if either end is untrusted |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
fails:Range#to_s returns a tainted string if either end is tainted | ||
fails:Range#to_s returns a untrusted string if either end is untrusted |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
fails:"A method assigns local variables from method parameters for definition \n def m(*a, b: 1) [a, b] end" | ||
fails:"A method assigns local variables from method parameters for definition \n def m(*a, **) a end" | ||
fails:"A method assigns local variables from method parameters for definition \n def m(*, **k) k end" | ||
fails:"A method assigns local variables from method parameters for definition \n def m(a = nil, **k) [a, k] end" | ||
fails:"A method assigns local variables from method parameters for definition \n def m(*a, **k) [a, k] end" | ||
fails:"A method assigns local variables from method parameters for definition \n def m(a=1, b:) [a, b] end" | ||
fails:"A method assigns local variables from method parameters for definition \n def m(a=1, b: 2) [a, b] end" | ||
fails:"A method assigns local variables from method parameters for definition \n def m(a=1, **) a end" | ||
fails:"A method assigns local variables from method parameters for definition \n def m(*, a:) a end" | ||
fails:"A method assigns local variables from method parameters for definition \n def m(*a, b:) [a, b] end" | ||
fails:"A method assigns local variables from method parameters for definition \n def m(*, a: 1) a end" | ||
fails:"A method assigns local variables from method parameters for definition \n def m(a:, **) a end" | ||
fails:"A method assigns local variables from method parameters for definition \n def m(a:, **k) [a, k] end" | ||
fails:A method assigns local variables from method parameters for definition 'def m(a=1, b:) [a, b] end' | ||
fails:A method assigns local variables from method parameters for definition 'def m(a=1, b: 2) [a, b] end' | ||
fails:A method assigns local variables from method parameters for definition 'def m(a=1, **) a end' | ||
fails:A method assigns local variables from method parameters for definition 'def m(*, a:) a end' | ||
fails:A method assigns local variables from method parameters for definition 'def m(*a, b:) [a, b] end' | ||
fails:A method assigns local variables from method parameters for definition 'def m(*, a: 1) a end' | ||
fails:A method assigns local variables from method parameters for definition 'def m(*a, b: 1) [a, b] end' | ||
fails:A method assigns local variables from method parameters for definition 'def m(*a, **) a end' | ||
fails:A method assigns local variables from method parameters for definition 'def m(*, **k) k end' | ||
fails:A method assigns local variables from method parameters for definition 'def m(a = nil, **k) [a, k] end' | ||
fails:A method assigns local variables from method parameters for definition 'def m(*a, **k) [a, k] end' | ||
fails:A method assigns local variables from method parameters for definition 'def m(a:, **) a end' | ||
fails:A method assigns local variables from method parameters for definition 'def m(a:, **k) [a, k] end' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:BigDecimal#infinite? returns not true otherwise |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:BigDecimal#nonzero? returns nil otherwise |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:BigDecimal#round raise exception, if self is special value |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:BigDecimal#zero? returns true if self does equal zero |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
critical(hangs):Fiber#transfer can be invoked from the same Fiber it transfers control to | ||
critical(hangs):Fiber#transfer raises a FiberError when transferring to a Fiber which resumes itself | ||
unstable(intermittent):Fiber#transfer raises a LocalJumpError if the block includes a return statement | ||
fails:Fiber#transfer can be invoked from the same Fiber it transfers control to |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
fails:Zlib::Deflate.deflate deflates chunked data | ||
fails:Zlib::Deflate#deflate without break deflates chunked data | ||
fails:Zlib::Deflate#deflate without break deflates chunked data with final chunk | ||
fails:Zlib::Deflate#deflate without break deflates chunked data without errors | ||
fails:Zlib::Deflate#deflate with break deflates only first chunk | ||
fails:Zlib::Deflate#deflate with break deflates chunked data with final chunk | ||
fails:Zlib::Deflate#deflate with break deflates chunked data without errors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:Zlib::Inflate#finish inflates chunked data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fails:Zlib::Inflate#inflate without break inflates chunked data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
fails:IO#sync is false by default for STDOUT | ||
fails:IO#sync is true by default for STDERR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
ruby -X+T test/truffle/integration/backtraces/backtraces.rb |
Oops, something went wrong.