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

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

Issue 11351: Fixed two unexpected passes. We no longer expect them to fail. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 1 month 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 2008 the V8 project authors. All rights reserved. 1 # Copyright 2008 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 279
280 280
281 # Stack overflows should be InternalError: too much recursion? 281 # Stack overflows should be InternalError: too much recursion?
282 js1_5/Regress/regress-234389: FAIL_OK 282 js1_5/Regress/regress-234389: FAIL_OK
283 283
284 284
285 # This may very well be a bogus test. I'm not sure yet. 285 # This may very well be a bogus test. I'm not sure yet.
286 js1_5/Regress/regress-320119: FAIL_OK 286 js1_5/Regress/regress-320119: FAIL_OK
287 287
288 288
289 # We do not support explicit global evals through <global>.eval(...).
290 js1_5/Regress/regress-68498-003: FAIL_OK
291
292
293 # No support for toSource(). 289 # No support for toSource().
294 js1_5/Regress/regress-248444: FAIL_OK 290 js1_5/Regress/regress-248444: FAIL_OK
295 js1_5/Regress/regress-313967-01: FAIL_OK 291 js1_5/Regress/regress-313967-01: FAIL_OK
296 js1_5/Regress/regress-313967-02: FAIL_OK 292 js1_5/Regress/regress-313967-02: FAIL_OK
297 293
298 # This fails because we don't have stack space for Function.prototype.apply 294 # This fails because we don't have stack space for Function.prototype.apply
299 # with very large numbers of arguments. The test uses 2^24 arguments. 295 # with very large numbers of arguments. The test uses 2^24 arguments.
300 js1_5/Array/regress-350256-03: FAIL_OK 296 js1_5/Array/regress-350256-03: FAIL_OK
301 297
302 298
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 js1_5/Regress/regress-303213: FAIL 566 js1_5/Regress/regress-303213: FAIL
571 567
572 568
573 # Bug 1202592: New ecma_3/String/15.5.4.11 is failing. 569 # Bug 1202592: New ecma_3/String/15.5.4.11 is failing.
574 ecma_3/String/15.5.4.11: FAIL 570 ecma_3/String/15.5.4.11: FAIL
575 571
576 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing. 572 # Bug 1202597: New js1_5/Expressions/regress-394673 is failing.
577 # Marked as: Will not fix. V8 throws an acceptable RangeError. 573 # Marked as: Will not fix. V8 throws an acceptable RangeError.
578 js1_5/Expressions/regress-394673: FAIL 574 js1_5/Expressions/regress-394673: FAIL
579 575
580 # Bug 1202598: New mozilla test js1_5/Regress/regress-383682 fails.
581 js1_5/Regress/regress-383682: FAIL
582
583
584 ##################### MOZILLA EXTENSION TESTS ##################### 576 ##################### MOZILLA EXTENSION TESTS #####################
585 577
586 ecma/extensions/15.1.2.1-1: FAIL_OK 578 ecma/extensions/15.1.2.1-1: FAIL_OK
587 ecma_3/extensions/regress-385393-03: FAIL_OK 579 ecma_3/extensions/regress-385393-03: FAIL_OK
588 ecma_3/extensions/7.9.1: FAIL_OK 580 ecma_3/extensions/7.9.1: FAIL_OK
589 js1_5/extensions/catchguard-001: FAIL_OK 581 js1_5/extensions/catchguard-001: FAIL_OK
590 js1_5/extensions/catchguard-002: FAIL_OK 582 js1_5/extensions/catchguard-002: FAIL_OK
591 js1_5/extensions/catchguard-003: FAIL_OK 583 js1_5/extensions/catchguard-003: FAIL_OK
592 js1_5/extensions/getset-001: FAIL_OK 584 js1_5/extensions/getset-001: FAIL_OK
593 js1_5/extensions/getset-003: FAIL_OK 585 js1_5/extensions/getset-003: FAIL_OK
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 ecma/Date/15.9.5.8: SKIP 781 ecma/Date/15.9.5.8: SKIP
790 ecma/Date/15.9.5.9: SKIP 782 ecma/Date/15.9.5.9: SKIP
791 ecma/Date/15.9.5.10-2: SKIP 783 ecma/Date/15.9.5.10-2: SKIP
792 ecma/Date/15.9.5.11-2: SKIP 784 ecma/Date/15.9.5.11-2: SKIP
793 ecma/Expressions/11.7.2: SKIP 785 ecma/Expressions/11.7.2: SKIP
794 ecma/Expressions/11.10-2: SKIP 786 ecma/Expressions/11.10-2: SKIP
795 ecma/Expressions/11.7.3: SKIP 787 ecma/Expressions/11.7.3: SKIP
796 ecma/Expressions/11.10-3: SKIP 788 ecma/Expressions/11.10-3: SKIP
797 ecma/Expressions/11.7.1: SKIP 789 ecma/Expressions/11.7.1: SKIP
798 ecma_3/RegExp/regress-209067: SKIP 790 ecma_3/RegExp/regress-209067: SKIP
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