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

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

Issue 110573004: Merge bleeding_edge 17696:18016. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 7 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
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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 592
593 # The source field of RegExp objects is properly escaped. We match JSC. 593 # The source field of RegExp objects is properly escaped. We match JSC.
594 'ecma_2/RegExp/constructor-001': [FAIL_OK], 594 'ecma_2/RegExp/constructor-001': [FAIL_OK],
595 'ecma_2/RegExp/function-001': [FAIL_OK], 595 'ecma_2/RegExp/function-001': [FAIL_OK],
596 'ecma_2/RegExp/properties-001': [FAIL_OK], 596 'ecma_2/RegExp/properties-001': [FAIL_OK],
597 597
598 598
599 # Negative hexadecimal literals are parsed as NaN. This test is outdated. 599 # Negative hexadecimal literals are parsed as NaN. This test is outdated.
600 'ecma/TypeConversion/9.3.1-3': [FAIL_OK], 600 'ecma/TypeConversion/9.3.1-3': [FAIL_OK],
601 601
602
603 # Math.tan expectations are more strict than the spec.
604 'ecma/Math/15.8.2.18': [FAIL_OK],
605
606 ##################### FAILING TESTS ##################### 602 ##################### FAILING TESTS #####################
607 603
608 # This section is for tests that fail in V8 and pass in JSC. 604 # This section is for tests that fail in V8 and pass in JSC.
609 # Tests that fail in both V8 and JSC belong in the FAIL_OK 605 # Tests that fail in both V8 and JSC belong in the FAIL_OK
610 # category. 606 # category.
611 607
612 # This fails because we don't handle Function.prototype.apply with very large 608 # This fails because we don't handle Function.prototype.apply with very large
613 # numbers of arguments (depending on max stack size). 350256-02 needs more 609 # numbers of arguments (depending on max stack size). 350256-02 needs more
614 # than 4Mbytes of stack space. 610 # than 4Mbytes of stack space.
615 'js1_5/Array/regress-350256-02': [FAIL], 611 'js1_5/Array/regress-350256-02': [FAIL],
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 'js1_5/extensions/regress-371636': [SKIP], 847 'js1_5/extensions/regress-371636': [SKIP],
852 'js1_5/Regress/regress-203278-1': [SKIP], 848 'js1_5/Regress/regress-203278-1': [SKIP],
853 'js1_5/Regress/regress-404755': [SKIP], 849 'js1_5/Regress/regress-404755': [SKIP],
854 'js1_5/Regress/regress-451322': [SKIP], 850 'js1_5/Regress/regress-451322': [SKIP],
855 851
856 852
857 # BUG(1040): Allow this test to timeout. 853 # BUG(1040): Allow this test to timeout.
858 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT], 854 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT],
859 }], # 'arch == mipsel' 855 }], # 'arch == mipsel'
860 ] 856 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698