| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 # Issue 3641: The new 'then' semantics suppress some exceptions. | 52 # Issue 3641: The new 'then' semantics suppress some exceptions. |
| 53 # These tests may be changed or removed when 'chain' is deprecated. | 53 # These tests may be changed or removed when 'chain' is deprecated. |
| 54 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], | 54 'es6/debug-promises/reject-with-throw-in-reject': [FAIL], |
| 55 'es6/debug-promises/reject-with-undefined-reject': [FAIL], | 55 'es6/debug-promises/reject-with-undefined-reject': [FAIL], |
| 56 'es6/debug-promises/reject-with-invalid-reject': [FAIL], | 56 'es6/debug-promises/reject-with-invalid-reject': [FAIL], |
| 57 | 57 |
| 58 ############################################################################## | 58 ############################################################################## |
| 59 # TurboFan compiler failures. | 59 # TurboFan compiler failures. |
| 60 | 60 |
| 61 # TODO(verwaest): Some tests are over-restrictive about object layout. | 61 # TODO(verwaest): Some tests are over-restrictive about object layout. |
| 62 'array-constructor-feedback': [PASS, NO_VARIANTS], | |
| 63 'array-feedback': [PASS, NO_VARIANTS], | |
| 64 'compare-known-objects-slow': [PASS, NO_VARIANTS], | 62 'compare-known-objects-slow': [PASS, NO_VARIANTS], |
| 65 'elements-kind': [PASS, NO_VARIANTS], | |
| 66 'opt-elements-kind': [PASS, NO_VARIANTS], | |
| 67 'smi-representation': [PASS, NO_VARIANTS], | 63 'smi-representation': [PASS, NO_VARIANTS], |
| 68 | 64 |
| 69 # Some tests are just too slow to run for now. | 65 # Some tests are just too slow to run for now. |
| 70 'big-object-literal': [PASS, NO_VARIANTS], | 66 'big-object-literal': [PASS, NO_VARIANTS], |
| 71 'bit-not': [PASS, NO_VARIANTS], | 67 'bit-not': [PASS, NO_VARIANTS], |
| 72 'json2': [PASS, NO_VARIANTS], | 68 'json2': [PASS, NO_VARIANTS], |
| 73 'packed-elements': [PASS, NO_VARIANTS], | 69 'packed-elements': [PASS, NO_VARIANTS], |
| 74 'string-indexof-1': [PASS, NO_VARIANTS], | 70 'string-indexof-1': [PASS, NO_VARIANTS], |
| 75 'unbox-double-arrays': [PASS, NO_VARIANTS], | 71 'unbox-double-arrays': [PASS, NO_VARIANTS], |
| 76 'unicode-test': [PASS, NO_VARIANTS], | 72 'unicode-test': [PASS, NO_VARIANTS], |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points | 133 # TODO(titzer): --always-opt incorrectly disables CrankShaft soft deopt points |
| 138 'result-table-min': [PASS, NO_VARIANTS], | 134 'result-table-min': [PASS, NO_VARIANTS], |
| 139 'result-table-max': [PASS, NO_VARIANTS], | 135 'result-table-max': [PASS, NO_VARIANTS], |
| 140 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. | 136 # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification. |
| 141 'regress/regress-1122': [PASS, NO_VARIANTS], | 137 'regress/regress-1122': [PASS, NO_VARIANTS], |
| 142 | 138 |
| 143 # Assumptions about optimization need investigation in TurboFan. | 139 # Assumptions about optimization need investigation in TurboFan. |
| 144 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], | 140 'regress-sync-optimized-lists': [PASS, NO_VARIANTS], |
| 145 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS], | 141 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS], |
| 146 | 142 |
| 147 # issue 4078: | |
| 148 'allocation-site-info': [PASS, NO_VARIANTS], | |
| 149 | |
| 150 ############################################################################## | 143 ############################################################################## |
| 151 # Too slow in debug mode with --stress-opt mode. | 144 # Too slow in debug mode with --stress-opt mode. |
| 152 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 145 'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], |
| 153 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 146 'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], |
| 154 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 147 'regress/regress-2318': [PASS, ['mode == debug', SKIP]], |
| 155 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 148 'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], |
| 156 | 149 |
| 157 ############################################################################## | 150 ############################################################################## |
| 158 # Too slow in debug mode for validation of elements. | 151 # Too slow in debug mode for validation of elements. |
| 159 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 152 'regress/regress-430201': [PASS, ['mode == debug', SKIP]], |
| (...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 ############################################################################## | 873 ############################################################################## |
| 881 ['gcov_coverage', { | 874 ['gcov_coverage', { |
| 882 # Tests taking too long. | 875 # Tests taking too long. |
| 883 'array-functions-prototype-misc': [SKIP], | 876 'array-functions-prototype-misc': [SKIP], |
| 884 | 877 |
| 885 # Stack overflow. | 878 # Stack overflow. |
| 886 'big-array-literal': [SKIP], | 879 'big-array-literal': [SKIP], |
| 887 }], # 'gcov_coverage' | 880 }], # 'gcov_coverage' |
| 888 | 881 |
| 889 ] | 882 ] |
| OLD | NEW |