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

Side by Side Diff: test/mozilla/mozilla.status

Issue 3218010: Fix mozilla and debug check failures.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « src/builtins.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 # Length of objects whose prototype chain includes a function 228 # Length of objects whose prototype chain includes a function
229 ecma_3/Function/regress-313570: FAIL_OK 229 ecma_3/Function/regress-313570: FAIL_OK
230 230
231 # toPrecision argument restricted to range 1..21 in JSC/V8 231 # toPrecision argument restricted to range 1..21 in JSC/V8
232 js1_5/Regress/regress-452346: FAIL_OK 232 js1_5/Regress/regress-452346: FAIL_OK
233 ecma_3/Number/15.7.4.7-1: FAIL_OK 233 ecma_3/Number/15.7.4.7-1: FAIL_OK
234 234
235 # toExponential argument restricted to range 0..20 in JSC/V8 235 # toExponential argument restricted to range 0..20 in JSC/V8
236 ecma_3/Number/15.7.4.6-1: FAIL_OK 236 ecma_3/Number/15.7.4.6-1: FAIL_OK
237 237
238 # Array.prototype.slice with zero arguments return undefined in JSC/V8,
239 # empty array in Spider/TraceMonkey.
240 js1_5/Array/regress-451483: FAIL_OK
241
242
243 #:=== RegExp:=== 238 #:=== RegExp:===
244 # To be compatible with JSC we silently ignore flags that do not make 239 # To be compatible with JSC we silently ignore flags that do not make
245 # sense. These tests expects us to throw exceptions. 240 # sense. These tests expects us to throw exceptions.
246 ecma_3/RegExp/regress-57631: FAIL_OK 241 ecma_3/RegExp/regress-57631: FAIL_OK
247 ecma_3/RegExp/15.10.4.1-6: FAIL_OK 242 ecma_3/RegExp/15.10.4.1-6: FAIL_OK
248 243
249 # PCRE doesn't allow subpattern nesting deeper than 200, this tests 244 # PCRE doesn't allow subpattern nesting deeper than 200, this tests
250 # depth 500. JSC detects the case, and return null from the match, 245 # depth 500. JSC detects the case, and return null from the match,
251 # and passes this test (the test doesn't check for a correct return 246 # and passes this test (the test doesn't check for a correct return
252 # value). 247 # value).
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 ecma/Date/15.9.5.8: SKIP 836 ecma/Date/15.9.5.8: SKIP
842 ecma/Date/15.9.5.9: SKIP 837 ecma/Date/15.9.5.9: SKIP
843 ecma/Date/15.9.5.10-2: SKIP 838 ecma/Date/15.9.5.10-2: SKIP
844 ecma/Date/15.9.5.11-2: SKIP 839 ecma/Date/15.9.5.11-2: SKIP
845 ecma/Expressions/11.7.2: SKIP 840 ecma/Expressions/11.7.2: SKIP
846 ecma/Expressions/11.10-2: SKIP 841 ecma/Expressions/11.10-2: SKIP
847 ecma/Expressions/11.7.3: SKIP 842 ecma/Expressions/11.7.3: SKIP
848 ecma/Expressions/11.10-3: SKIP 843 ecma/Expressions/11.10-3: SKIP
849 ecma/Expressions/11.7.1: SKIP 844 ecma/Expressions/11.7.1: SKIP
850 ecma_3/RegExp/regress-209067: SKIP 845 ecma_3/RegExp/regress-209067: SKIP
OLDNEW
« no previous file with comments | « src/builtins.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698