| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 | 384 |
| 385 # TODO(jkummerow): Doesn't work correctly in GC stress. | 385 # TODO(jkummerow): Doesn't work correctly in GC stress. |
| 386 'regress/regress-crbug-500497': [SKIP], | 386 'regress/regress-crbug-500497': [SKIP], |
| 387 | 387 |
| 388 # Too slow for gc stress. | 388 # Too slow for gc stress. |
| 389 'asm/embenchen/box2d': [SKIP], | 389 'asm/embenchen/box2d': [SKIP], |
| 390 | 390 |
| 391 # Issue 3723. | 391 # Issue 3723. |
| 392 'regress/regress-3717': [SKIP], | 392 'regress/regress-3717': [SKIP], |
| 393 | 393 |
| 394 # BUG(chromium:625752): Too slow. | |
| 395 'regress/regress-625752': [SKIP], | |
| 396 | |
| 397 # BUG(v8:4237) | 394 # BUG(v8:4237) |
| 398 'regress/regress-3976': [SKIP], | 395 'regress/regress-3976': [SKIP], |
| 399 | 396 |
| 400 # Slow tests. | 397 # Slow tests. |
| 401 'array-constructor': [PASS, SLOW], | 398 'array-constructor': [PASS, SLOW], |
| 402 'json': [PASS, SLOW], | 399 'json': [PASS, SLOW], |
| 403 'regress/regress-446389': [PASS, SLOW], | 400 'regress/regress-446389': [PASS, SLOW], |
| 404 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], | 401 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], |
| 405 | 402 |
| 406 # BUG(v8:3097) | 403 # BUG(v8:3097) |
| (...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 ############################################################################## | 877 ############################################################################## |
| 881 ['gcov_coverage', { | 878 ['gcov_coverage', { |
| 882 # Tests taking too long. | 879 # Tests taking too long. |
| 883 'array-functions-prototype-misc': [SKIP], | 880 'array-functions-prototype-misc': [SKIP], |
| 884 | 881 |
| 885 # Stack overflow. | 882 # Stack overflow. |
| 886 'big-array-literal': [SKIP], | 883 'big-array-literal': [SKIP], |
| 887 }], # 'gcov_coverage' | 884 }], # 'gcov_coverage' |
| 888 | 885 |
| 889 ] | 886 ] |
| OLD | NEW |