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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'ecma_3/Date/15.9.3.2-1': [SKIP], | 74 'ecma_3/Date/15.9.3.2-1': [SKIP], |
75 'js1_2/function/Number': [SKIP], | 75 'js1_2/function/Number': [SKIP], |
76 | 76 |
77 # TODO(2018): Temporarily allow timeout in debug mode. | 77 # TODO(2018): Temporarily allow timeout in debug mode. |
78 'js1_5/GC/regress-203278-2': [PASS, ['mode == debug', TIMEOUT, FAIL]], | 78 'js1_5/GC/regress-203278-2': [PASS, ['mode == debug', TIMEOUT, FAIL]], |
79 | 79 |
80 ##################### SLOW TESTS ##################### | 80 ##################### SLOW TESTS ##################### |
81 | 81 |
82 # This takes a long time to run (~100 seconds). It should only be run | 82 # This takes a long time to run (~100 seconds). It should only be run |
83 # by the really patient. | 83 # by the really patient. |
84 'js1_5/GC/regress-324278': [SLOW], | 84 'js1_5/GC/regress-324278': [SKIP], |
85 | 85 |
86 # This takes a long time to run because our indexOf operation is | 86 # This takes a long time to run because our indexOf operation is |
87 # pretty slow - it causes a lot of GCs; see issue | 87 # pretty slow - it causes a lot of GCs; see issue |
88 # #926379. We could consider marking this SKIP because it takes a | 88 # #926379. We could consider marking this SKIP because it takes a |
89 # while to run to completion. | 89 # while to run to completion. |
90 'js1_5/GC/regress-338653': [SLOW], | 90 'js1_5/GC/regress-338653': [SKIP], |
91 | 91 |
92 # This test is designed to run until it runs out of memory. This takes | 92 # This test is designed to run until it runs out of memory. This takes |
93 # a very long time because it builds strings character by character | 93 # a very long time because it builds strings character by character |
94 # and compiles a lot of regular expressions. We could consider marking | 94 # and compiles a lot of regular expressions. We could consider marking |
95 # this SKIP because it takes a while to run to completion. | 95 # this SKIP because it takes a while to run to completion. |
96 'js1_5/GC/regress-346794': [SLOW], | 96 'js1_5/GC/regress-346794': [SKIP], |
97 | 97 |
98 # Runs out of memory while trying to build huge string of 'x' | 98 # Runs out of memory while trying to build huge string of 'x' |
99 # characters. This takes a long time to run (~32 seconds). | 99 # characters. This takes a long time to run (~32 seconds). |
100 'js1_5/GC/regress-348532': [SLOW], | 100 'js1_5/GC/regress-348532': [SKIP], |
101 | 101 |
102 | 102 |
103 ##################### FLAKY TESTS ##################### | 103 ##################### FLAKY TESTS ##################### |
104 | 104 |
105 # These tests time out in debug mode but pass in product mode | 105 # These tests time out in debug mode but pass in product mode |
106 'js1_5/Regress/regress-360969-03': [PASS, ['mode == debug', TIMEOUT]], | 106 'js1_5/Regress/regress-360969-03': [PASS, ['mode == debug', TIMEOUT]], |
107 'js1_5/Regress/regress-360969-04': [PASS, ['mode == debug', TIMEOUT]], | 107 'js1_5/Regress/regress-360969-04': [PASS, ['mode == debug', TIMEOUT]], |
108 'js1_5/Regress/regress-360969-05': [PASS, ['mode == debug', TIMEOUT]], | 108 'js1_5/Regress/regress-360969-05': [PASS, ['mode == debug', TIMEOUT]], |
109 'js1_5/Regress/regress-360969-06': [PASS, ['mode == debug', TIMEOUT]], | 109 'js1_5/Regress/regress-360969-06': [PASS, ['mode == debug', TIMEOUT]], |
110 'js1_5/extensions/regress-365527': [PASS, ['mode == debug', TIMEOUT]], | 110 'js1_5/extensions/regress-365527': [PASS, ['mode == debug', TIMEOUT]], |
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
847 'js1_5/extensions/regress-371636': [SKIP], | 847 'js1_5/extensions/regress-371636': [SKIP], |
848 'js1_5/Regress/regress-203278-1': [SKIP], | 848 'js1_5/Regress/regress-203278-1': [SKIP], |
849 'js1_5/Regress/regress-404755': [SKIP], | 849 'js1_5/Regress/regress-404755': [SKIP], |
850 'js1_5/Regress/regress-451322': [SKIP], | 850 'js1_5/Regress/regress-451322': [SKIP], |
851 | 851 |
852 | 852 |
853 # BUG(1040): Allow this test to timeout. | 853 # BUG(1040): Allow this test to timeout. |
854 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT], | 854 'js1_5/GC/regress-203278-2': [PASS, TIMEOUT], |
855 }], # 'arch == mipsel' | 855 }], # 'arch == mipsel' |
856 ] | 856 ] |
OLD | NEW |