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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'regress/regress-crbug-160010': [SKIP], | 48 'regress/regress-crbug-160010': [SKIP], |
49 | 49 |
50 # Issue 3389: deopt_every_n_garbage_collections is unsafe | 50 # Issue 3389: deopt_every_n_garbage_collections is unsafe |
51 'regress/regress-2653': [SKIP], | 51 'regress/regress-2653': [SKIP], |
52 | 52 |
53 # Issue 3784: setters-on-elements is flaky | 53 # Issue 3784: setters-on-elements is flaky |
54 'setters-on-elements': [PASS, FAIL], | 54 'setters-on-elements': [PASS, FAIL], |
55 | 55 |
56 ############################################################################## | 56 ############################################################################## |
57 # Too slow in debug mode with --stress-opt mode. | 57 # Too slow in debug mode with --stress-opt mode. |
58 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | |
59 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 58 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
60 | 59 |
61 ############################################################################## | 60 ############################################################################## |
62 # Too slow in debug mode for validation of elements. | 61 # Too slow in debug mode for validation of elements. |
63 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 62 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
64 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], | 63 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], |
65 | 64 |
66 ############################################################################## | 65 ############################################################################## |
67 # Too slow in debug mode for GC stress mode. | 66 # Too slow in debug mode for GC stress mode. |
68 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], | 67 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], |
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
638 'lithium/*': [SKIP], | 637 'lithium/*': [SKIP], |
639 'third_party/*': [SKIP], | 638 'third_party/*': [SKIP], |
640 'tools/*': [SKIP], | 639 'tools/*': [SKIP], |
641 'apply': [SKIP], | 640 'apply': [SKIP], |
642 'math-*': [SKIP], | 641 'math-*': [SKIP], |
643 'unicode-test': [SKIP], | 642 'unicode-test': [SKIP], |
644 'whitespaces': [SKIP], | 643 'whitespaces': [SKIP], |
645 }], # variant == wasm_traps | 644 }], # variant == wasm_traps |
646 | 645 |
647 ] | 646 ] |
OLD | NEW |