| 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 331 | 331 | 
| 332   # Slow tests. | 332   # Slow tests. | 
| 333   'array-constructor': [PASS, SLOW], | 333   'array-constructor': [PASS, SLOW], | 
| 334   'json': [PASS, SLOW], | 334   'json': [PASS, SLOW], | 
| 335   'regress/regress-446389': [PASS, SLOW], | 335   'regress/regress-446389': [PASS, SLOW], | 
| 336   'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], | 336   'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], | 
| 337 | 337 | 
| 338   # BUG(v8:3097) | 338   # BUG(v8:3097) | 
| 339   'debug-references': [SKIP], | 339   'debug-references': [SKIP], | 
| 340 | 340 | 
| 341   # BUG(v8:4754). |  | 
| 342   'debug-referenced-by': [PASS, NO_VARIANTS], |  | 
| 343 |  | 
| 344   # BUG(v8:4779): Crashes flakily with stress mode on arm64. | 341   # BUG(v8:4779): Crashes flakily with stress mode on arm64. | 
| 345   'array-splice': [PASS, SLOW, ['arch == arm64', FAST_VARIANTS]], | 342   'array-splice': [PASS, SLOW, ['arch == arm64', FAST_VARIANTS]], | 
| 346 | 343 | 
| 347   # BUG(v8:5053). | 344   # BUG(v8:5053). | 
| 348   'wasm/embenchen/fasta': [PASS, FAST_VARIANTS], | 345   'wasm/embenchen/fasta': [PASS, FAST_VARIANTS], | 
| 349 }],  # 'gc_stress == True' | 346 }],  # 'gc_stress == True' | 
| 350 | 347 | 
| 351 ############################################################################## | 348 ############################################################################## | 
| 352 ['byteorder == big', { | 349 ['byteorder == big', { | 
| 353   # Emscripten requires little-endian, skip all tests on big endian platforms. | 350   # Emscripten requires little-endian, skip all tests on big endian platforms. | 
| (...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 803 ############################################################################## | 800 ############################################################################## | 
| 804 ['gcov_coverage', { | 801 ['gcov_coverage', { | 
| 805   # Tests taking too long. | 802   # Tests taking too long. | 
| 806   'array-functions-prototype-misc': [SKIP], | 803   'array-functions-prototype-misc': [SKIP], | 
| 807 | 804 | 
| 808   # Stack overflow. | 805   # Stack overflow. | 
| 809   'big-array-literal': [SKIP], | 806   'big-array-literal': [SKIP], | 
| 810 }],  # 'gcov_coverage' | 807 }],  # 'gcov_coverage' | 
| 811 | 808 | 
| 812 ] | 809 ] | 
| OLD | NEW | 
|---|