| 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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 # Too slow for gc stress. | 307 # Too slow for gc stress. |
| 308 'asm/embenchen/box2d': [SKIP], | 308 'asm/embenchen/box2d': [SKIP], |
| 309 | 309 |
| 310 # Issue 3723. | 310 # Issue 3723. |
| 311 'regress/regress-3717': [SKIP], | 311 'regress/regress-3717': [SKIP], |
| 312 # Issue 478788. | 312 # Issue 478788. |
| 313 'es7/object-observe': [SKIP], | 313 'es7/object-observe': [SKIP], |
| 314 | 314 |
| 315 # BUG(v8:4237) | 315 # BUG(v8:4237) |
| 316 'regress/regress-3976': [SKIP], | 316 'regress/regress-3976': [SKIP], |
| 317 |
| 318 # BUG(v8:4359) |
| 319 'strong/load-proxy': [SKIP], |
| 317 }], # 'gc_stress == True' | 320 }], # 'gc_stress == True' |
| 318 | 321 |
| 319 ############################################################################## | 322 ############################################################################## |
| 320 ['byteorder == big', { | 323 ['byteorder == big', { |
| 321 # Emscripten requires little-endian, skip all tests on big endian platforms. | 324 # Emscripten requires little-endian, skip all tests on big endian platforms. |
| 322 'asm/embenchen/*': [SKIP], | 325 'asm/embenchen/*': [SKIP], |
| 323 'asm/poppler/*': [SKIP], | 326 'asm/poppler/*': [SKIP], |
| 324 'asm/sqlite3/*': [SKIP], | 327 'asm/sqlite3/*': [SKIP], |
| 325 }], # 'byteorder == big' | 328 }], # 'byteorder == big' |
| 326 | 329 |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 666 'regress/regress-2653': [SKIP], | 669 'regress/regress-2653': [SKIP], |
| 667 }], # 'deopt_fuzzer == True' | 670 }], # 'deopt_fuzzer == True' |
| 668 | 671 |
| 669 ############################################################################## | 672 ############################################################################## |
| 670 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 673 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 671 | 674 |
| 672 # take too long with the simulator. | 675 # take too long with the simulator. |
| 673 'regress/regress-1132': [SKIP], | 676 'regress/regress-1132': [SKIP], |
| 674 }], # 'arch == ppc and simulator_run == True' | 677 }], # 'arch == ppc and simulator_run == True' |
| 675 ] | 678 ] |
| OLD | NEW |