| 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 169   # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele
      ct). | 169   # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. sele
      ct). | 
| 170   'compiler/escape-analysis-8': [PASS, NO_VARIANTS], | 170   'compiler/escape-analysis-8': [PASS, NO_VARIANTS], | 
| 171 | 171 | 
| 172   # Assumptions about optimization need investigation in TurboFan. | 172   # Assumptions about optimization need investigation in TurboFan. | 
| 173   'regress-sync-optimized-lists': [PASS, NO_VARIANTS], | 173   'regress-sync-optimized-lists': [PASS, NO_VARIANTS], | 
| 174   'regress/regress-store-uncacheable': [PASS, NO_VARIANTS], | 174   'regress/regress-store-uncacheable': [PASS, NO_VARIANTS], | 
| 175 | 175 | 
| 176   # issue 4078: | 176   # issue 4078: | 
| 177   'allocation-site-info': [PASS, NO_VARIANTS], | 177   'allocation-site-info': [PASS, NO_VARIANTS], | 
| 178 | 178 | 
| 179   # Native WASM is not yet enabled by default. |  | 
| 180   'wasm/*': [SKIP], |  | 
| 181 |  | 
| 182   ############################################################################## | 179   ############################################################################## | 
| 183   # Too slow in debug mode with --stress-opt mode. | 180   # Too slow in debug mode with --stress-opt mode. | 
| 184   'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 181   'compiler/regress-stacktrace-methods': [PASS, ['mode == debug', SKIP]], | 
| 185   'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 182   'compiler/regress-funcaller': [PASS, ['mode == debug', SKIP]], | 
| 186   'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 183   'regress/regress-2318': [PASS, ['mode == debug', SKIP]], | 
| 187   'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 184   'regress/regress-create-exception': [PASS, ['mode == debug', SKIP]], | 
| 188 | 185 | 
| 189   ############################################################################## | 186   ############################################################################## | 
| 190   # Too slow in debug mode for validation of elements. | 187   # Too slow in debug mode for validation of elements. | 
| 191   'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 188   'regress/regress-430201': [PASS, ['mode == debug', SKIP]], | 
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 292   # Slow tests. | 289   # Slow tests. | 
| 293   'copy-on-write-assert': [PASS, SLOW], | 290   'copy-on-write-assert': [PASS, SLOW], | 
| 294   'debug-scopes': [PASS, SLOW], | 291   'debug-scopes': [PASS, SLOW], | 
| 295   'es7/object-observe': [PASS, ['mode == debug', SLOW]], | 292   'es7/object-observe': [PASS, ['mode == debug', SLOW]], | 
| 296   'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], | 293   'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], | 
| 297   'readonly': [PASS, SLOW], | 294   'readonly': [PASS, SLOW], | 
| 298   'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], | 295   'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], | 
| 299   'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], | 296   'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], | 
| 300   'strong/implicit-conversions': [PASS, SLOW], | 297   'strong/implicit-conversions': [PASS, SLOW], | 
| 301   'strong/load-element-mutate-backing-store': [PASS, SLOW], | 298   'strong/load-element-mutate-backing-store': [PASS, SLOW], | 
|  | 299 | 
|  | 300   # TODO(bradnelson): Enable tests in a separate change. | 
|  | 301   'wasm/*': [SKIP], | 
| 302 }],  # ALWAYS | 302 }],  # ALWAYS | 
| 303 | 303 | 
| 304 ['novfp3 == True', { | 304 ['novfp3 == True', { | 
| 305   'asm/embenchen/box2d': [SKIP], | 305   'asm/embenchen/box2d': [SKIP], | 
| 306   'asm/embenchen/zlib': [SKIP], | 306   'asm/embenchen/zlib': [SKIP], | 
| 307   'asm/embenchen/memops': [SKIP], | 307   'asm/embenchen/memops': [SKIP], | 
| 308   'asm/embenchen/lua_binarytrees': [SKIP], | 308   'asm/embenchen/lua_binarytrees': [SKIP], | 
| 309 }],  # novfp3 == True | 309 }],  # novfp3 == True | 
| 310 | 310 | 
| 311 ############################################################################## | 311 ############################################################################## | 
| (...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 754   'compiler/*': [SKIP], | 754   'compiler/*': [SKIP], | 
| 755   'const*': [SKIP], | 755   'const*': [SKIP], | 
| 756   'debug-*': [SKIP], | 756   'debug-*': [SKIP], | 
| 757   'es6/*': [SKIP], | 757   'es6/*': [SKIP], | 
| 758   'es7/*': [SKIP], | 758   'es7/*': [SKIP], | 
| 759   'strong/*': [SKIP], | 759   'strong/*': [SKIP], | 
| 760   'harmony/*': [SKIP], | 760   'harmony/*': [SKIP], | 
| 761   'regress/debug*': [SKIP], | 761   'regress/debug*': [SKIP], | 
| 762   'regress/regress-debug*': [SKIP], | 762   'regress/regress-debug*': [SKIP], | 
| 763 | 763 | 
|  | 764   # TODO(bradnelson): Figure out why these tests fail with ignition. | 
|  | 765   'wasm/*': [SKIP], | 
|  | 766 | 
| 764   'allocation-folding': [SKIP], | 767   'allocation-folding': [SKIP], | 
| 765   'api-call-after-bypassed-exception': [SKIP], | 768   'api-call-after-bypassed-exception': [SKIP], | 
| 766   'apply-arguments-gc-safepoint': [SKIP], | 769   'apply-arguments-gc-safepoint': [SKIP], | 
| 767   'arguments-load-across-eval': [SKIP], | 770   'arguments-load-across-eval': [SKIP], | 
| 768   'arguments-read-and-assignment': [SKIP], | 771   'arguments-read-and-assignment': [SKIP], | 
| 769   'array-bounds-check-removal': [SKIP], | 772   'array-bounds-check-removal': [SKIP], | 
| 770   'array-constructor': [SKIP], | 773   'array-constructor': [SKIP], | 
| 771   'array-elements-from-array-prototype-chain': [SKIP], | 774   'array-elements-from-array-prototype-chain': [SKIP], | 
| 772   'array-functions-prototype-misc': [SKIP], | 775   'array-functions-prototype-misc': [SKIP], | 
| 773   'array-join': [SKIP], | 776   'array-join': [SKIP], | 
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1133 | 1136 | 
| 1134 ############################################################################## | 1137 ############################################################################## | 
| 1135 ['gcov_coverage', { | 1138 ['gcov_coverage', { | 
| 1136   # Tests taking too long. | 1139   # Tests taking too long. | 
| 1137   'array-functions-prototype-misc': [SKIP], | 1140   'array-functions-prototype-misc': [SKIP], | 
| 1138   'strong/implicit-conversions': [SKIP], | 1141   'strong/implicit-conversions': [SKIP], | 
| 1139   'strong/load-element-mutate-backing-store': [SKIP], | 1142   'strong/load-element-mutate-backing-store': [SKIP], | 
| 1140 }],  # 'gcov_coverage' | 1143 }],  # 'gcov_coverage' | 
| 1141 | 1144 | 
| 1142 ] | 1145 ] | 
| OLD | NEW | 
|---|