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

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

Issue 10837162: Fix mozilla test expectations. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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 | « no previous file | 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 # Assumes that the prototype of a function is enumerable. Non-ECMA, 361 # Assumes that the prototype of a function is enumerable. Non-ECMA,
362 # see section 15.3.3.1, page 86. 362 # see section 15.3.3.1, page 86.
363 ecma/GlobalObject/15.1.2.2-1: FAIL_OK 363 ecma/GlobalObject/15.1.2.2-1: FAIL_OK
364 ecma/GlobalObject/15.1.2.3-1: FAIL_OK 364 ecma/GlobalObject/15.1.2.3-1: FAIL_OK
365 ecma/GlobalObject/15.1.2.4: FAIL_OK 365 ecma/GlobalObject/15.1.2.4: FAIL_OK
366 ecma/GlobalObject/15.1.2.5-1: FAIL_OK 366 ecma/GlobalObject/15.1.2.5-1: FAIL_OK
367 ecma/GlobalObject/15.1.2.6: FAIL_OK 367 ecma/GlobalObject/15.1.2.6: FAIL_OK
368 ecma/GlobalObject/15.1.2.7: FAIL_OK 368 ecma/GlobalObject/15.1.2.7: FAIL_OK
369 369
370 370
371 # Leading zero no longer signal octal numbers (ECMA-262 Annex E 15.1.2.2).
372 ecma/GlobalObject/15.1.2.2-2: FAIL_OK
373
374
371 # Tests that rely on specific details of function decompilation or 375 # Tests that rely on specific details of function decompilation or
372 # print strings for errors. Non-ECMA behavior. 376 # print strings for errors. Non-ECMA behavior.
373 js1_2/function/tostring-2: FAIL_OK 377 js1_2/function/tostring-2: FAIL_OK
374 js1_2/Objects/toString-001: FAIL_OK 378 js1_2/Objects/toString-001: FAIL_OK
375 js1_5/LexicalConventions/regress-469940: FAIL_OK 379 js1_5/LexicalConventions/regress-469940: FAIL_OK
376 js1_5/Exceptions/regress-332472: FAIL_OK 380 js1_5/Exceptions/regress-332472: FAIL_OK
377 js1_5/Regress/regress-173067: FAIL_OK 381 js1_5/Regress/regress-173067: FAIL_OK
378 js1_5/Regress/regress-355556: FAIL_OK 382 js1_5/Regress/regress-355556: FAIL_OK
379 js1_5/Regress/regress-328664: FAIL_OK 383 js1_5/Regress/regress-328664: FAIL_OK
380 js1_5/Regress/regress-252892: FAIL_OK 384 js1_5/Regress/regress-252892: FAIL_OK
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 ecma/Date/15.9.5.12-2: SKIP 864 ecma/Date/15.9.5.12-2: SKIP
861 js1_5/Array/regress-99120-02: SKIP 865 js1_5/Array/regress-99120-02: SKIP
862 js1_5/extensions/regress-371636: SKIP 866 js1_5/extensions/regress-371636: SKIP
863 js1_5/Regress/regress-203278-1: SKIP 867 js1_5/Regress/regress-203278-1: SKIP
864 js1_5/Regress/regress-404755: SKIP 868 js1_5/Regress/regress-404755: SKIP
865 js1_5/Regress/regress-451322: SKIP 869 js1_5/Regress/regress-451322: SKIP
866 870
867 871
868 # BUG(1040): Allow this test to timeout. 872 # BUG(1040): Allow this test to timeout.
869 js1_5/GC/regress-203278-2: PASS || TIMEOUT 873 js1_5/GC/regress-203278-2: PASS || TIMEOUT
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698