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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 'const-field-tracking': [SKIP], | 58 'const-field-tracking': [SKIP], |
59 | 59 |
60 ############################################################################## | 60 ############################################################################## |
61 # Too slow in debug mode with --stress-opt mode. | 61 # Too slow in debug mode with --stress-opt mode. |
62 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 62 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
63 | 63 |
64 ############################################################################## | 64 ############################################################################## |
65 # Too slow in debug mode for validation of elements. | 65 # Too slow in debug mode for validation of elements. |
66 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 66 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
67 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], | 67 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], |
| 68 'regress/regress-716044': [PASS, ['mode == debug', SKIP]], |
68 | 69 |
69 ############################################################################## | 70 ############################################################################## |
70 # Too slow in debug mode for GC stress mode. | 71 # Too slow in debug mode for GC stress mode. |
71 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], | 72 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], |
72 | 73 |
73 # Too slow in debug mode and under turbofan. | 74 # Too slow in debug mode and under turbofan. |
74 'regress/regress-4595': [PASS, NO_VARIANTS, ['mode == debug', SKIP]], | 75 'regress/regress-4595': [PASS, NO_VARIANTS, ['mode == debug', SKIP]], |
75 | 76 |
76 ############################################################################## | 77 ############################################################################## |
77 # Only RegExp stuff tested, no need for extensive optimizing compiler tests. | 78 # Only RegExp stuff tested, no need for extensive optimizing compiler tests. |
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
695 'lithium/*': [SKIP], | 696 'lithium/*': [SKIP], |
696 'third_party/*': [SKIP], | 697 'third_party/*': [SKIP], |
697 'tools/*': [SKIP], | 698 'tools/*': [SKIP], |
698 'apply': [SKIP], | 699 'apply': [SKIP], |
699 'math-*': [SKIP], | 700 'math-*': [SKIP], |
700 'unicode-test': [SKIP], | 701 'unicode-test': [SKIP], |
701 'whitespaces': [SKIP], | 702 'whitespaces': [SKIP], |
702 }], # variant == wasm_traps | 703 }], # variant == wasm_traps |
703 | 704 |
704 ] | 705 ] |
OLD | NEW |