Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
0 additions
and 26 deletions.
- +0 −1 spec/truffle/tags/core/array/append_tags.txt
- +0 −1 spec/truffle/tags/core/array/clone_tags.txt
- +0 −3 spec/truffle/tags/core/array/collect_tags.txt
- +0 −8 spec/truffle/tags/core/array/comparison_tags.txt
- +0 −4 spec/truffle/tags/core/array/concat_tags.txt
- +0 −2 spec/truffle/tags/core/array/constructor_tags.txt
- +0 −3 spec/truffle/tags/core/array/count_tags.txt
- +0 −4 spec/truffle/tags/core/array/cycle_tags.txt
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
@@ -1,2 +1 @@ | ||
fails:Array#<< raises a RuntimeError on a frozen array |
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
@@ -1,4 +1,3 @@ | ||
fails:Array#clone copies taint status from the original | ||
fails:Array#clone copies untrusted status from the original | ||
fails:Array#clone copies frozen status from the original |
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
@@ -1,13 +1,9 @@ | ||
fails:Array#concat tries to convert the passed argument to an Array using #to_ary | ||
fails:Array#concat raises a RuntimeError when Array is frozen and modification occurs | ||
fails:Array#concat raises a RuntimeError when Array is frozen and no modification occurs | ||
fails:Array#concat is not infected by the other | ||
fails:Array#concat is not infected untrustedness by the other | ||
fails:Array#concat returns the array itself | ||
fails:Array#concat appends the elements in the other array | ||
fails:Array#concat keeps tainted status | ||
fails:Array#concat keeps untrusted status |
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