| 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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 }], # ALWAYS | 357 }], # ALWAYS |
| 358 | 358 |
| 359 ['novfp3 == True', { | 359 ['novfp3 == True', { |
| 360 'asm/embenchen/box2d': [SKIP], | 360 'asm/embenchen/box2d': [SKIP], |
| 361 'asm/embenchen/zlib': [SKIP], | 361 'asm/embenchen/zlib': [SKIP], |
| 362 'asm/embenchen/memops': [SKIP], | 362 'asm/embenchen/memops': [SKIP], |
| 363 'asm/embenchen/lua_binarytrees': [SKIP], | 363 'asm/embenchen/lua_binarytrees': [SKIP], |
| 364 }], # novfp3 == True | 364 }], # novfp3 == True |
| 365 | 365 |
| 366 ############################################################################## | 366 ############################################################################## |
| 367 ['no_snap == True and mode == debug', { | |
| 368 # TODO(rmcilroy,4928): Issue with --mstackalign. | |
| 369 'es6/new-target': [PASS, NO_IGNITION], | |
| 370 }], # 'no_snap == True and mode == debug' | |
| 371 | |
| 372 ############################################################################## | |
| 373 ['gc_stress == True', { | 367 ['gc_stress == True', { |
| 374 # Skip tests not suitable for GC stress. | 368 # Skip tests not suitable for GC stress. |
| 375 'allocation-site-info': [SKIP], | 369 'allocation-site-info': [SKIP], |
| 376 'array-constructor-feedback': [SKIP], | 370 'array-constructor-feedback': [SKIP], |
| 377 'array-feedback': [SKIP], | 371 'array-feedback': [SKIP], |
| 378 'array-literal-feedback': [SKIP], | 372 'array-literal-feedback': [SKIP], |
| 379 'd8-performance-now': [SKIP], | 373 'd8-performance-now': [SKIP], |
| 380 'elements-kind': [SKIP], | 374 'elements-kind': [SKIP], |
| 381 'elements-transition-hoisting': [SKIP], | 375 'elements-transition-hoisting': [SKIP], |
| 382 'fast-prototype': [SKIP], | 376 'fast-prototype': [SKIP], |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 ############################################################################## | 926 ############################################################################## |
| 933 ['gcov_coverage', { | 927 ['gcov_coverage', { |
| 934 # Tests taking too long. | 928 # Tests taking too long. |
| 935 'array-functions-prototype-misc': [SKIP], | 929 'array-functions-prototype-misc': [SKIP], |
| 936 | 930 |
| 937 # Stack overflow. | 931 # Stack overflow. |
| 938 'big-array-literal': [SKIP], | 932 'big-array-literal': [SKIP], |
| 939 }], # 'gcov_coverage' | 933 }], # 'gcov_coverage' |
| 940 | 934 |
| 941 ] | 935 ] |
| OLD | NEW |