OLD | NEW |
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 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 js1_5/Array/regress-360681-01: FAIL | |
49 | |
50 ##################### SKIPPED TESTS ##################### | 48 ##################### SKIPPED TESTS ##################### |
51 | 49 |
52 # This test checks that we behave properly in an out-of-memory | 50 # This test checks that we behave properly in an out-of-memory |
53 # situation. The test fails in V8 with an exception and takes a long | 51 # situation. The test fails in V8 with an exception and takes a long |
54 # time to do so. | 52 # time to do so. |
55 js1_5/Regress/regress-271716-n: SKIP | 53 js1_5/Regress/regress-271716-n: SKIP |
56 | 54 |
57 | 55 |
58 ##################### SLOW TESTS ##################### | 56 ##################### SLOW TESTS ##################### |
59 | 57 |
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 ecma/Date/15.9.5.8: SKIP | 790 ecma/Date/15.9.5.8: SKIP |
793 ecma/Date/15.9.5.9: SKIP | 791 ecma/Date/15.9.5.9: SKIP |
794 ecma/Date/15.9.5.10-2: SKIP | 792 ecma/Date/15.9.5.10-2: SKIP |
795 ecma/Date/15.9.5.11-2: SKIP | 793 ecma/Date/15.9.5.11-2: SKIP |
796 ecma/Expressions/11.7.2: SKIP | 794 ecma/Expressions/11.7.2: SKIP |
797 ecma/Expressions/11.10-2: SKIP | 795 ecma/Expressions/11.10-2: SKIP |
798 ecma/Expressions/11.7.3: SKIP | 796 ecma/Expressions/11.7.3: SKIP |
799 ecma/Expressions/11.10-3: SKIP | 797 ecma/Expressions/11.10-3: SKIP |
800 ecma/Expressions/11.7.1: SKIP | 798 ecma/Expressions/11.7.1: SKIP |
801 ecma_3/RegExp/regress-209067: SKIP | 799 ecma_3/RegExp/regress-209067: SKIP |
OLD | NEW |