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

Unified Diff: LayoutTests/fast/js/regexp-compile-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: LayoutTests/fast/js/regexp-compile-expected.txt
diff --git a/LayoutTests/fast/js/regexp-compile-expected.txt b/LayoutTests/fast/js/regexp-compile-expected.txt
deleted file mode 100644
index a6bee52b398e657397aff47a1d96a10072470537..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/js/regexp-compile-expected.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-Test RegExp.compile method.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS re.toString() is '/a/i'
-PASS re.multiline is false
-PASS re.ignoreCase is false
-PASS re.global is false
-PASS re.test('A') is false
-PASS re.toString() is '/a/'
-PASS re.toString() is '/b/g'
-PASS re.toString() is '/c/'
-PASS re.ignoreCase is true
-PASS re.test('C') is true
-PASS re.toString() is '/c/i'
-PASS re.compile(new RegExp('c'), 'i'); threw exception TypeError: Cannot supply flags when constructing one RegExp from another..
-PASS re.toString() is '/c/i'
-PASS re.compile(new RegExp('+')); threw exception SyntaxError: Invalid regular expression: nothing to repeat.
-PASS re.toString() is '/undefined/'
-PASS re.toString() is '/null/'
-PASS re.toString() is '/(?:)/'
-PASS re.toString() is '/z/'
-PASS re.lastIndex is 0
-PASS re.lastIndex is 1
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/fast/js/regexp-compile-crash-expected.txt ('k') | LayoutTests/fast/js/regexp-no-extensions-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698