| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], | 115 'regress/regress-crbug-259300': [PASS, NO_VARIANTS], |
| 116 | 116 |
| 117 ############################################################################## | 117 ############################################################################## |
| 118 # Too slow in debug mode with --stress-opt mode. | 118 # Too slow in debug mode with --stress-opt mode. |
| 119 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 119 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
| 120 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 120 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
| 121 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 121 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
| 122 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 122 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
| 123 | 123 |
| 124 ############################################################################## | 124 ############################################################################## |
| 125 # Too slow in debug mode for validation of elements. |
| 126 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
| 127 'regress/regress-430201b': [PASS, ['mode == debug', SKIP]], |
| 128 |
| 129 ############################################################################## |
| 125 # Too slow in debug mode for GC stress mode. | 130 # Too slow in debug mode for GC stress mode. |
| 126 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], | 131 'regress/regress-crbug-217858': [PASS, ['mode == debug', SKIP]], |
| 127 | 132 |
| 128 ############################################################################## | 133 ############################################################################## |
| 129 # Only regexp stuff tested, no need for extensive Crankshaft tests. | 134 # Only regexp stuff tested, no need for extensive Crankshaft tests. |
| 130 'regexp-global': [PASS, NO_VARIANTS], | 135 'regexp-global': [PASS, NO_VARIANTS], |
| 131 | 136 |
| 132 ############################################################################## | 137 ############################################################################## |
| 133 # No need to waste time for this test. | 138 # No need to waste time for this test. |
| 134 'd8-performance-now': [PASS, NO_VARIANTS], | 139 'd8-performance-now': [PASS, NO_VARIANTS], |
| (...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 599 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 604 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 600 | 605 |
| 601 # take too long with the simulator. | 606 # take too long with the simulator. |
| 602 'regress/regress-1132': [SKIP], | 607 'regress/regress-1132': [SKIP], |
| 603 | 608 |
| 604 # these two issues started after uplevel, believe they share common cause | 609 # these two issues started after uplevel, believe they share common cause |
| 605 'debug-references': [SKIP], | 610 'debug-references': [SKIP], |
| 606 'mirror-object': [SKIP], | 611 'mirror-object': [SKIP], |
| 607 }], # 'arch == ppc and simulator_run == True' | 612 }], # 'arch == ppc and simulator_run == True' |
| 608 ] | 613 ] |
| OLD | NEW |