| 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 801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 859 js1_5/extensions/regress-365527: SKIP | 865 js1_5/extensions/regress-365527: SKIP |
| 860 ecma/Date/15.9.5.10-2: SKIP | 866 ecma/Date/15.9.5.10-2: SKIP |
| 861 js1_5/Regress/regress-416628: SKIP | 867 js1_5/Regress/regress-416628: SKIP |
| 862 js1_5/extensions/regress-371636: SKIP | 868 js1_5/extensions/regress-371636: SKIP |
| 863 ecma_3/RegExp/regress-330684: SKIP | 869 ecma_3/RegExp/regress-330684: SKIP |
| 864 ecma_3/RegExp/regress-307456: SKIP | 870 ecma_3/RegExp/regress-307456: SKIP |
| 865 js1_5/Regress/regress-303213: SKIP | 871 js1_5/Regress/regress-303213: SKIP |
| 866 js1_5/extensions/regress-330569: SKIP | 872 js1_5/extensions/regress-330569: SKIP |
| 867 js1_5/extensions/regress-351448: SKIP | 873 js1_5/extensions/regress-351448: SKIP |
| 868 js1_5/extensions/regress-336410-1: SKIP | 874 js1_5/extensions/regress-336410-1: SKIP |
| OLD | NEW |