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

Unified Diff: test/webkit/ToNumber-expected.txt

Issue 2720953003: [unibrow] remove mongolian vowel separator as white space. (Closed)
Patch Set: fix webkit test expectations Created 3 years, 10 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
« no previous file with comments | « test/unittests/char-predicates-unittest.cc ('k') | test/webkit/parseFloat-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/ToNumber-expected.txt
diff --git a/test/webkit/ToNumber-expected.txt b/test/webkit/ToNumber-expected.txt
index 16efd124d05427ff4a7c02ab6de019bba985f21f..818a18564a412908405ff30f95740202a482eff9 100644
--- a/test/webkit/ToNumber-expected.txt
+++ b/test/webkit/ToNumber-expected.txt
@@ -77,7 +77,7 @@ PASS +lf is 0
PASS +ls is 0
PASS +ps is 0
PASS +oghamSpaceMark is 0
-PASS +mongolianVowelSeparator is 0
+FAIL +mongolianVowelSeparator should be 0. Was NaN.
PASS +enQuad is 0
PASS +emQuad is 0
PASS +enSpace is 0
@@ -101,7 +101,7 @@ PASS +(lf + '1') is 1
PASS +(ls + '1') is 1
PASS +(ps + '1') is 1
PASS +(oghamSpaceMark + '1') is 1
-PASS +(mongolianVowelSeparator + '1') is 1
+FAIL +(mongolianVowelSeparator + '1') should be 1. Was NaN.
PASS +(enQuad + '1') is 1
PASS +(emQuad + '1') is 1
PASS +(enSpace + '1') is 1
@@ -125,7 +125,7 @@ PASS +('1' + lf) is 1
PASS +('1' + ls) is 1
PASS +('1' + ps) is 1
PASS +('1' + oghamSpaceMark) is 1
-PASS +('1' + mongolianVowelSeparator) is 1
+FAIL +('1' + mongolianVowelSeparator) should be 1. Was NaN.
PASS +('1' + enQuad) is 1
PASS +('1' + emQuad) is 1
PASS +('1' + enSpace) is 1
« no previous file with comments | « test/unittests/char-predicates-unittest.cc ('k') | test/webkit/parseFloat-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698