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

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

Issue 11446063: Fix mozilla test failures and expectations. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years 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/v8natives.js ('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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 238
239 # Runs out of memory because it compiles huge functions. 239 # Runs out of memory because it compiles huge functions.
240 js1_5/Function/regress-338001: FAIL_OK 240 js1_5/Function/regress-338001: FAIL_OK
241 js1_5/Function/regress-338121-01: FAIL_OK 241 js1_5/Function/regress-338121-01: FAIL_OK
242 js1_5/Function/regress-338121-02: FAIL_OK 242 js1_5/Function/regress-338121-02: FAIL_OK
243 js1_5/Function/regress-338121-03: FAIL_OK 243 js1_5/Function/regress-338121-03: FAIL_OK
244 244
245 # Expectes 'prototype' property of functions to be enumerable. 245 # Expectes 'prototype' property of functions to be enumerable.
246 js1_5/Function/10.1.6-01: FAIL_OK 246 js1_5/Function/10.1.6-01: FAIL_OK
247 247
248 # toPrecision argument restricted to range 1..21 in JSC/V8
249 js1_5/Regress/regress-452346: FAIL_OK
250 ecma_3/Number/15.7.4.7-1: FAIL_OK
251
252 # toExponential argument restricted to range 0..20 in JSC/V8
253 ecma_3/Number/15.7.4.6-1: FAIL_OK
254
255 #:=== RegExp:=== 248 #:=== RegExp:===
256 # We don't match the syntax error message of Mozilla for invalid 249 # We don't match the syntax error message of Mozilla for invalid
257 # RegExp flags. 250 # RegExp flags.
258 ecma_3/RegExp/15.10.4.1-6: FAIL_OK 251 ecma_3/RegExp/15.10.4.1-6: FAIL_OK
259 252
260 # PCRE doesn't allow subpattern nesting deeper than 200, this tests 253 # PCRE doesn't allow subpattern nesting deeper than 200, this tests
261 # depth 500. JSC detects the case, and return null from the match, 254 # depth 500. JSC detects the case, and return null from the match,
262 # and passes this test (the test doesn't check for a correct return 255 # and passes this test (the test doesn't check for a correct return
263 # value). 256 # value).
264 ecma_3/RegExp/regress-119909: PASS || FAIL_OK 257 ecma_3/RegExp/regress-119909: PASS || FAIL_OK
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 ecma/Date/15.9.5.12-2: SKIP 857 ecma/Date/15.9.5.12-2: SKIP
865 js1_5/Array/regress-99120-02: SKIP 858 js1_5/Array/regress-99120-02: SKIP
866 js1_5/extensions/regress-371636: SKIP 859 js1_5/extensions/regress-371636: SKIP
867 js1_5/Regress/regress-203278-1: SKIP 860 js1_5/Regress/regress-203278-1: SKIP
868 js1_5/Regress/regress-404755: SKIP 861 js1_5/Regress/regress-404755: SKIP
869 js1_5/Regress/regress-451322: SKIP 862 js1_5/Regress/regress-451322: SKIP
870 863
871 864
872 # BUG(1040): Allow this test to timeout. 865 # BUG(1040): Allow this test to timeout.
873 js1_5/GC/regress-203278-2: PASS || TIMEOUT 866 js1_5/GC/regress-203278-2: PASS || TIMEOUT
OLDNEW
« no previous file with comments | « src/v8natives.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698