OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 'array-constructor-feedback': [SKIP], | 120 'array-constructor-feedback': [SKIP], |
121 'array-feedback': [SKIP], | 121 'array-feedback': [SKIP], |
122 'array-literal-feedback': [SKIP], | 122 'array-literal-feedback': [SKIP], |
123 'd8-performance-now': [SKIP], | 123 'd8-performance-now': [SKIP], |
124 'elements-kind': [SKIP], | 124 'elements-kind': [SKIP], |
125 'fast-prototype': [SKIP], | 125 'fast-prototype': [SKIP], |
126 'opt-elements-kind': [SKIP], | 126 'opt-elements-kind': [SKIP], |
127 'osr-elements-kind': [SKIP], | 127 'osr-elements-kind': [SKIP], |
128 'regress/regress-165637': [SKIP], | 128 'regress/regress-165637': [SKIP], |
129 'regress/regress-2249': [SKIP], | 129 'regress/regress-2249': [SKIP], |
130 | |
131 # TODO(hpayer): Investigate. | |
132 'tools/profviz': [PASS, FLAKY], | |
133 }], # 'gc_stress == True' | 130 }], # 'gc_stress == True' |
134 | 131 |
135 ############################################################################## | 132 ############################################################################## |
136 ['asan == True', { | 133 ['asan == True', { |
137 # Skip tests not suitable for ASAN. | 134 # Skip tests not suitable for ASAN. |
138 'big-array-literal': [SKIP], | 135 'big-array-literal': [SKIP], |
139 'big-object-literal': [SKIP], | 136 'big-object-literal': [SKIP], |
140 'regress/regress-crbug-178790': [SKIP], | 137 'regress/regress-crbug-178790': [SKIP], |
141 }], # 'asan == True' | 138 }], # 'asan == True' |
142 | 139 |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 'never-optimize': [SKIP], | 279 'never-optimize': [SKIP], |
283 'regress/regress-2185-2': [SKIP], | 280 'regress/regress-2185-2': [SKIP], |
284 'harmony/object-observe': [SKIP], | 281 'harmony/object-observe': [SKIP], |
285 'readonly': [SKIP], | 282 'readonly': [SKIP], |
286 'array-feedback': [SKIP], | 283 'array-feedback': [SKIP], |
287 | 284 |
288 # Deopt every n garbage collections collides with deopt every n times. | 285 # Deopt every n garbage collections collides with deopt every n times. |
289 'regress/regress-2653': [SKIP], | 286 'regress/regress-2653': [SKIP], |
290 }], # 'deopt_fuzzer == True' | 287 }], # 'deopt_fuzzer == True' |
291 ] | 288 ] |
OLD | NEW |