OLD | NEW |
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 27 matching lines...) Expand all Loading... |
38 | 38 |
39 # -------------------------------------------------------------------- | 39 # -------------------------------------------------------------------- |
40 # If you add a test case to this file, please try to provide | 40 # If you add a test case to this file, please try to provide |
41 # an explanation of why the test fails; this may ease future | 41 # an explanation of why the test fails; this may ease future |
42 # debugging. | 42 # debugging. |
43 # -------------------------------------------------------------------- | 43 # -------------------------------------------------------------------- |
44 | 44 |
45 prefix mozilla | 45 prefix mozilla |
46 def FAIL_OK = FAIL, OKAY | 46 def FAIL_OK = FAIL, OKAY |
47 | 47 |
| 48 ##################### NEEDS INVESTIGATION ############## |
| 49 |
| 50 # BUG(2893): These tests started to fail after i18n support was turned on. Need |
| 51 # to investigate why. |
| 52 ecma_3/Number/15.7.4.3-02: PASS || FAIL |
| 53 ecma_3/Date/15.9.5.5-02: PASS || FAIL |
48 | 54 |
49 ##################### SKIPPED TESTS ##################### | 55 ##################### SKIPPED TESTS ##################### |
50 | 56 |
51 # This test checks that we behave properly in an out-of-memory | 57 # This test checks that we behave properly in an out-of-memory |
52 # situation. The test fails in V8 with an exception and takes a long | 58 # situation. The test fails in V8 with an exception and takes a long |
53 # time to do so. | 59 # time to do so. |
54 js1_5/Regress/regress-271716-n: SKIP | 60 js1_5/Regress/regress-271716-n: SKIP |
55 | 61 |
56 # BUG(960): This test has an insane amount of output when it times out, | 62 # BUG(960): This test has an insane amount of output when it times out, |
57 # messing up ability to see other failures on the waterfall. | 63 # messing up ability to see other failures on the waterfall. |
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
839 ecma/Date/15.9.5.12-2: SKIP | 845 ecma/Date/15.9.5.12-2: SKIP |
840 js1_5/Array/regress-99120-02: SKIP | 846 js1_5/Array/regress-99120-02: SKIP |
841 js1_5/extensions/regress-371636: SKIP | 847 js1_5/extensions/regress-371636: SKIP |
842 js1_5/Regress/regress-203278-1: SKIP | 848 js1_5/Regress/regress-203278-1: SKIP |
843 js1_5/Regress/regress-404755: SKIP | 849 js1_5/Regress/regress-404755: SKIP |
844 js1_5/Regress/regress-451322: SKIP | 850 js1_5/Regress/regress-451322: SKIP |
845 | 851 |
846 | 852 |
847 # BUG(1040): Allow this test to timeout. | 853 # BUG(1040): Allow this test to timeout. |
848 js1_5/GC/regress-203278-2: PASS || TIMEOUT | 854 js1_5/GC/regress-203278-2: PASS || TIMEOUT |
OLD | NEW |