Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: test/webkit/fast/js/regexp-ranges-and-escaped-hyphens-expected.txt

Issue 20280003: Migrate more tests from blink repository. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/webkit/fast/js/regexp-ranges-and-escaped-hyphens-expected.txt
diff --git a/test/webkit/delete-then-put-expected.txt b/test/webkit/fast/js/regexp-ranges-and-escaped-hyphens-expected.txt
similarity index 69%
copy from test/webkit/delete-then-put-expected.txt
copy to test/webkit/fast/js/regexp-ranges-and-escaped-hyphens-expected.txt
index 191bb35bbfe6cb32b32a8e1047ac03655f7c0bfc..943a96616ff72ad8afb78d9ef7023e0fc829de89 100644
--- a/test/webkit/delete-then-put-expected.txt
+++ b/test/webkit/fast/js/regexp-ranges-and-escaped-hyphens-expected.txt
@@ -21,17 +21,28 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-This tests for a problem with put after delete that existed at one point in the past.
+Tests for bug #21232, and related range issues described in bug.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS props(a) is 'a,b,c,d,e'
-delete a.c
-PASS props(a) is 'a,b,d,e'
-define getter named c
-PASS props(a) is 'a,b,d,e,c'
-
+PASS regexp01.toString() is "1235"
+PASS regexp01a.toString() is "123 5"
+PASS regexp01b.toString() is "1-3 5"
+PASS regexp01c.toString() is "1-3 5"
+PASS regexp01d.toString() is "123 5"
+PASS regexp01e.toString() is "123 5"
+PASS regexp01f.toString() is "-3"
+PASS regexp01g.toString() is "2-"
+PASS regexp02.toString() is "1-35"
+PASS regexp02a.toString() is "1-3 5"
+PASS regexp02b.toString() is "1-3 5"
+PASS regexp02c.toString() is "1-3 5"
+PASS regexp02d.toString() is "1-3 5"
+PASS regexp02e.toString() is "1-3 5"
+PASS regexp03a.toString() is "-.0"
+PASS regexp03b.toString() is "+,-"
+PASS bug21232 is false
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « test/webkit/fast/js/regexp-ranges-and-escaped-hyphens.js ('k') | test/webkit/fast/js/regexp-stack-overflow.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698