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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
298 # Issue 3969. | 298 # Issue 3969. |
299 'mjsunit/debug-references': [SKIP], | 299 'mjsunit/debug-references': [SKIP], |
300 # Issue 478788. | 300 # Issue 478788. |
301 'mjsunit/es7/object-observe': [SKIP], | 301 'mjsunit/es7/object-observe': [SKIP], |
302 }], # 'gc_stress == True' | 302 }], # 'gc_stress == True' |
303 | 303 |
304 ############################################################################## | 304 ############################################################################## |
305 ['byteorder == big', { | 305 ['byteorder == big', { |
306 # Emscripten requires little-endian, skip all tests on big endian platforms. | 306 # Emscripten requires little-endian, skip all tests on big endian platforms. |
307 'asm/embenchen/*': [SKIP], | 307 'asm/embenchen/*': [SKIP], |
| 308 'asm/poppler/*': [SKIP], |
| 309 'asm/sqlite3/*': [SKIP], |
308 }], # 'byteorder == big' | 310 }], # 'byteorder == big' |
309 | 311 |
310 ############################################################################## | 312 ############################################################################## |
311 ['arch == arm64 or arch == android_arm64', { | 313 ['arch == arm64 or arch == android_arm64', { |
312 | 314 |
313 # arm64 TF timeout. | 315 # arm64 TF timeout. |
314 'regress/regress-1257': [PASS, TIMEOUT], | 316 'regress/regress-1257': [PASS, TIMEOUT], |
315 | 317 |
316 # Requires bigger stack size in the Genesis and if stack size is increased, | 318 # Requires bigger stack size in the Genesis and if stack size is increased, |
317 # the test requires too much time to run. However, the problem test covers | 319 # the test requires too much time to run. However, the problem test covers |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
648 'regress/regress-2653': [SKIP], | 650 'regress/regress-2653': [SKIP], |
649 }], # 'deopt_fuzzer == True' | 651 }], # 'deopt_fuzzer == True' |
650 | 652 |
651 ############################################################################## | 653 ############################################################################## |
652 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 654 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
653 | 655 |
654 # take too long with the simulator. | 656 # take too long with the simulator. |
655 'regress/regress-1132': [SKIP], | 657 'regress/regress-1132': [SKIP], |
656 }], # 'arch == ppc and simulator_run == True' | 658 }], # 'arch == ppc and simulator_run == True' |
657 ] | 659 ] |
OLD | NEW |