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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 'd8-performance-now': [SKIP], | 181 'd8-performance-now': [SKIP], |
182 'elements-kind': [SKIP], | 182 'elements-kind': [SKIP], |
183 'elements-transition-hoisting': [SKIP], | 183 'elements-transition-hoisting': [SKIP], |
184 'fast-prototype': [SKIP], | 184 'fast-prototype': [SKIP], |
185 'field-type-tracking': [SKIP], | 185 'field-type-tracking': [SKIP], |
186 'getters-on-elements': [SKIP], | 186 'getters-on-elements': [SKIP], |
187 'es6/block-let-crankshaft': [SKIP], | 187 'es6/block-let-crankshaft': [SKIP], |
188 'opt-elements-kind': [SKIP], | 188 'opt-elements-kind': [SKIP], |
189 'osr-elements-kind': [SKIP], | 189 'osr-elements-kind': [SKIP], |
190 'regress/regress-crbug-137689': [SKIP], | 190 'regress/regress-crbug-137689': [SKIP], |
| 191 'regress/regress-trap-allocation-memento': [SKIP], |
191 'regress/regress-165637': [SKIP], | 192 'regress/regress-165637': [SKIP], |
192 'regress/regress-2249': [SKIP], | 193 'regress/regress-2249': [SKIP], |
193 'regress/regress-4121': [SKIP], | 194 'regress/regress-4121': [SKIP], |
194 'compare-known-objects-slow': [SKIP], | 195 'compare-known-objects-slow': [SKIP], |
195 # Tests taking too long | 196 # Tests taking too long |
196 'mirror-object': [SKIP], | 197 'mirror-object': [SKIP], |
197 'packed-elements': [SKIP], | 198 'packed-elements': [SKIP], |
198 'regress/regress-1122': [SKIP], | 199 'regress/regress-1122': [SKIP], |
199 'regress/regress-331444': [SKIP], | 200 'regress/regress-331444': [SKIP], |
200 'regress/regress-353551': [SKIP], | 201 'regress/regress-353551': [SKIP], |
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
637 'lithium/*': [SKIP], | 638 'lithium/*': [SKIP], |
638 'third_party/*': [SKIP], | 639 'third_party/*': [SKIP], |
639 'tools/*': [SKIP], | 640 'tools/*': [SKIP], |
640 'apply': [SKIP], | 641 'apply': [SKIP], |
641 'math-*': [SKIP], | 642 'math-*': [SKIP], |
642 'unicode-test': [SKIP], | 643 'unicode-test': [SKIP], |
643 'whitespaces': [SKIP], | 644 'whitespaces': [SKIP], |
644 }], # variant == wasm_traps | 645 }], # variant == wasm_traps |
645 | 646 |
646 ] | 647 ] |
OLD | NEW |