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

Side by Side Diff: test/webkit/ToNumber-expected.txt

Issue 2331303002: Use ICU for ID_START and ID_CONTINUE for Unicode 9 data (Closed)
Patch Set: Refers to PropList.txt for Other_ID_{Start,Continue} Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 # Copyright 2013 the V8 project authors. All rights reserved. 1 # Copyright 2013 the V8 project authors. All rights reserved.
2 # Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved. 2 # Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions 5 # modification, are permitted provided that the following conditions
6 # are met: 6 # are met:
7 # 1. Redistributions of source code must retain the above copyright 7 # 1. Redistributions of source code must retain the above copyright
8 # notice, this list of conditions and the following disclaimer. 8 # notice, this list of conditions and the following disclaimer.
9 # 2. Redistributions in binary form must reproduce the above copyright 9 # 2. Redistributions in binary form must reproduce the above copyright
10 # notice, this list of conditions and the following disclaimer in the 10 # notice, this list of conditions and the following disclaimer in the
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 PASS +'1E1' is 10 70 PASS +'1E1' is 10
71 PASS +tab is 0 71 PASS +tab is 0
72 PASS +nbsp is 0 72 PASS +nbsp is 0
73 PASS +ff is 0 73 PASS +ff is 0
74 PASS +vt is 0 74 PASS +vt is 0
75 PASS +cr is 0 75 PASS +cr is 0
76 PASS +lf is 0 76 PASS +lf is 0
77 PASS +ls is 0 77 PASS +ls is 0
78 PASS +ps is 0 78 PASS +ps is 0
79 PASS +oghamSpaceMark is 0 79 PASS +oghamSpaceMark is 0
80 FAIL +mongolianVowelSeparator should be 0. Was NaN. 80 PASS +mongolianVowelSeparator is NaN
81 PASS +enQuad is 0 81 PASS +enQuad is 0
82 PASS +emQuad is 0 82 PASS +emQuad is 0
83 PASS +enSpace is 0 83 PASS +enSpace is 0
84 PASS +emSpace is 0 84 PASS +emSpace is 0
85 PASS +threePerEmSpace is 0 85 PASS +threePerEmSpace is 0
86 PASS +fourPerEmSpace is 0 86 PASS +fourPerEmSpace is 0
87 PASS +sixPerEmSpace is 0 87 PASS +sixPerEmSpace is 0
88 PASS +figureSpace is 0 88 PASS +figureSpace is 0
89 PASS +punctuationSpace is 0 89 PASS +punctuationSpace is 0
90 PASS +thinSpace is 0 90 PASS +thinSpace is 0
91 PASS +hairSpace is 0 91 PASS +hairSpace is 0
92 PASS +narrowNoBreakSpace is 0 92 PASS +narrowNoBreakSpace is 0
93 PASS +mediumMathematicalSpace is 0 93 PASS +mediumMathematicalSpace is 0
94 PASS +ideographicSpace is 0 94 PASS +ideographicSpace is 0
95 PASS +(tab + '1') is 1 95 PASS +(tab + '1') is 1
96 PASS +(nbsp + '1') is 1 96 PASS +(nbsp + '1') is 1
97 PASS +(ff + '1') is 1 97 PASS +(ff + '1') is 1
98 PASS +(vt + '1') is 1 98 PASS +(vt + '1') is 1
99 PASS +(cr + '1') is 1 99 PASS +(cr + '1') is 1
100 PASS +(lf + '1') is 1 100 PASS +(lf + '1') is 1
101 PASS +(ls + '1') is 1 101 PASS +(ls + '1') is 1
102 PASS +(ps + '1') is 1 102 PASS +(ps + '1') is 1
103 PASS +(oghamSpaceMark + '1') is 1 103 PASS +(oghamSpaceMark + '1') is 1
104 FAIL +(mongolianVowelSeparator + '1') should be 1. Was NaN. 104 PASS +(mongolianVowelSeparator + '1') is NaN
105 PASS +(enQuad + '1') is 1 105 PASS +(enQuad + '1') is 1
106 PASS +(emQuad + '1') is 1 106 PASS +(emQuad + '1') is 1
107 PASS +(enSpace + '1') is 1 107 PASS +(enSpace + '1') is 1
108 PASS +(emSpace + '1') is 1 108 PASS +(emSpace + '1') is 1
109 PASS +(threePerEmSpace + '1') is 1 109 PASS +(threePerEmSpace + '1') is 1
110 PASS +(fourPerEmSpace + '1') is 1 110 PASS +(fourPerEmSpace + '1') is 1
111 PASS +(sixPerEmSpace + '1') is 1 111 PASS +(sixPerEmSpace + '1') is 1
112 PASS +(figureSpace + '1') is 1 112 PASS +(figureSpace + '1') is 1
113 PASS +(punctuationSpace + '1') is 1 113 PASS +(punctuationSpace + '1') is 1
114 PASS +(thinSpace + '1') is 1 114 PASS +(thinSpace + '1') is 1
115 PASS +(hairSpace + '1') is 1 115 PASS +(hairSpace + '1') is 1
116 PASS +(narrowNoBreakSpace + '1') is 1 116 PASS +(narrowNoBreakSpace + '1') is 1
117 PASS +(mediumMathematicalSpace + '1') is 1 117 PASS +(mediumMathematicalSpace + '1') is 1
118 PASS +(ideographicSpace + '1') is 1 118 PASS +(ideographicSpace + '1') is 1
119 PASS +('1' + tab) is 1 119 PASS +('1' + tab) is 1
120 PASS +('1' + nbsp) is 1 120 PASS +('1' + nbsp) is 1
121 PASS +('1' + ff) is 1 121 PASS +('1' + ff) is 1
122 PASS +('1' + vt) is 1 122 PASS +('1' + vt) is 1
123 PASS +('1' + cr) is 1 123 PASS +('1' + cr) is 1
124 PASS +('1' + lf) is 1 124 PASS +('1' + lf) is 1
125 PASS +('1' + ls) is 1 125 PASS +('1' + ls) is 1
126 PASS +('1' + ps) is 1 126 PASS +('1' + ps) is 1
127 PASS +('1' + oghamSpaceMark) is 1 127 PASS +('1' + oghamSpaceMark) is 1
128 FAIL +('1' + mongolianVowelSeparator) should be 1. Was NaN. 128 PASS +('1' + mongolianVowelSeparator) is NaN
129 PASS +('1' + enQuad) is 1 129 PASS +('1' + enQuad) is 1
130 PASS +('1' + emQuad) is 1 130 PASS +('1' + emQuad) is 1
131 PASS +('1' + enSpace) is 1 131 PASS +('1' + enSpace) is 1
132 PASS +('1' + emSpace) is 1 132 PASS +('1' + emSpace) is 1
133 PASS +('1' + threePerEmSpace) is 1 133 PASS +('1' + threePerEmSpace) is 1
134 PASS +('1' + fourPerEmSpace) is 1 134 PASS +('1' + fourPerEmSpace) is 1
135 PASS +('1' + sixPerEmSpace) is 1 135 PASS +('1' + sixPerEmSpace) is 1
136 PASS +('1' + figureSpace) is 1 136 PASS +('1' + figureSpace) is 1
137 PASS +('1' + punctuationSpace) is 1 137 PASS +('1' + punctuationSpace) is 1
138 PASS +('1' + thinSpace) is 1 138 PASS +('1' + thinSpace) is 1
(...skipping 22 matching lines...) Expand all
161 PASS +('1' + punctuationSpace + '1') is NaN 161 PASS +('1' + punctuationSpace + '1') is NaN
162 PASS +('1' + thinSpace + '1') is NaN 162 PASS +('1' + thinSpace + '1') is NaN
163 PASS +('1' + hairSpace + '1') is NaN 163 PASS +('1' + hairSpace + '1') is NaN
164 PASS +('1' + narrowNoBreakSpace + '1') is NaN 164 PASS +('1' + narrowNoBreakSpace + '1') is NaN
165 PASS +('1' + mediumMathematicalSpace + '1') is NaN 165 PASS +('1' + mediumMathematicalSpace + '1') is NaN
166 PASS +('1' + ideographicSpace + '1') is NaN 166 PASS +('1' + ideographicSpace + '1') is NaN
167 PASS successfullyParsed is true 167 PASS successfullyParsed is true
168 168
169 TEST COMPLETE 169 TEST COMPLETE
170 170
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698