-
-
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.
[Truffle] Add a new specialisation for Array#-, tons of extra specs p…
…ass.
- 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
- 9.0.5.0
- 9.0.4.0
- 9.0.3.0
- 9.0.1.0
- 9.0.0.0
- 9.0.0.0.rc2
- 9.0.0.0.rc1
- 9.0.0.0.pre2
- 9.0.0.0.pre1
1 parent
89b288b
commit c4ddf94
Showing
13 changed files
with
28 additions
and
29 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,2 +1 @@ | ||
fails:The alias keyword operates on the object's metaclass when used in instance_eval | ||
fails:The alias keyword adds the new method to the list of public methods |
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,8 +1,7 @@ | ||
fails:A constant on a metaclass can be accessed via const_get | ||
fails:A constant on a metaclass cannot be accessed via object::CONST | ||
fails:A constant on a metaclass raises a NameError for anonymous_module::CONST | ||
fails(inherited):calling methods on the metaclass calls a method defined on the metaclass of the metaclass | ||
fails:A constant on a metaclass is not preserved when the object is duped | ||
fails:A constant on a metaclass is not defined in the metaclass opener's scope | ||
fails:self in a metaclass body (class << obj) raises a TypeError for numbers | ||
fails:self in a metaclass body (class << obj) raises a TypeError for symbols | ||
fails:A constant on a metaclass is not preserved when the object is duped |
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 @@ | ||
fails(inherited):The DATA constant succeeds in locking the file DATA came from | ||
fails:The DATA constant does not exist when the main script contains no __END__ | ||
fails:The DATA constant does not exist when an included file has a __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
This file was deleted.
Oops, something went wrong.
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 @@ | ||
fails:Regexps with back-references saves match data in the $~ pseudo-global variable | ||
fails:Regexps with back-references saves captures in numbered $[1-9] variables | ||
fails:Regexps with back-references will not clobber capture variables across threads |
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,9 +1,4 @@ | ||
fails:Regexps with modifers supports /m (multiline) | ||
fails:Regexps with modifers supports /x (extended syntax) | ||
fails:Regexps with modifers supports /o (once) | ||
fails:Regexps with modifers invokes substitutions for /o only once | ||
fails:Regexps with modifers supports (?imx-imx) (inline modifiers) | ||
fails:Regexps with modifers supports (?imx-imx:expr) (scoped inline modifiers) | ||
fails:Regexps with modifers supports . with /m | ||
fails(inherited):Regexps with modifers supports ASII/Unicode modifiers | ||
fails:Regexps with modifers raises SyntaxError for ASII/Unicode modifiers |
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,22 +1,16 @@ | ||
fails:A singleton class is a singleton Class instance | ||
fails:A singleton class inherits from Class for classes | ||
fails:A singleton class is a subclass of Class's singleton class | ||
fails(inherited):A singleton class is a subclass of the same level of Class's singleton class | ||
fails(inherited):A singleton class doesn't have singleton class | ||
fails:A constant on a singleton class can be accessed via const_get | ||
fails:A constant on a singleton class cannot be accessed via object::CONST | ||
fails:A constant on a singleton class raises a NameError for anonymous_module::CONST | ||
fails:Defining instance methods on a singleton class define public methods | ||
fails:Instance methods of a singleton class include ones of the object's class | ||
fails:Instance methods of a singleton class for a class include instance methods of Class | ||
fails:Instance methods of a singleton class for a singleton class includes instance methods of the singleton class of Class | ||
fails:Class methods of a singleton class include ones of the object's class | ||
fails:Class methods of a singleton class for a singleton class include instance methods of the singleton class of Class | ||
fails(inherited):Class methods of a singleton class for a singleton class include class methods of the singleton class of Class | ||
fails:Instantiating a singleton class raises a TypeError when new is called | ||
fails:Instantiating a singleton class raises a TypeError when allocate is called | ||
fails:A constant on a singleton class is not preserved when the object is duped | ||
fails:A constant on a singleton class is not defined in the singleton class opener's scope | ||
fails:A singleton class raises a TypeError for Fixnum's | ||
fails:A singleton class raises a TypeError for symbols | ||
fails: | ||
fails: |