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 |
394 # BUG(v8:4237) | 397 # BUG(v8:4237) |
395 'regress/regress-3976': [SKIP], | 398 'regress/regress-3976': [SKIP], |
396 | 399 |
397 # Slow tests. | 400 # Slow tests. |
398 'array-constructor': [PASS, SLOW], | 401 'array-constructor': [PASS, SLOW], |
399 'json': [PASS, SLOW], | 402 'json': [PASS, SLOW], |
400 'regress/regress-446389': [PASS, SLOW], | 403 'regress/regress-446389': [PASS, SLOW], |
401 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], | 404 'regress/regress-inline-getter-near-stack-limit': [PASS, SLOW], |
402 | 405 |
403 # BUG(v8:3097) | 406 # BUG(v8:3097) |
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
877 ############################################################################## | 880 ############################################################################## |
878 ['gcov_coverage', { | 881 ['gcov_coverage', { |
879 # Tests taking too long. | 882 # Tests taking too long. |
880 'array-functions-prototype-misc': [SKIP], | 883 'array-functions-prototype-misc': [SKIP], |
881 | 884 |
882 # Stack overflow. | 885 # Stack overflow. |
883 'big-array-literal': [SKIP], | 886 'big-array-literal': [SKIP], |
884 }], # 'gcov_coverage' | 887 }], # 'gcov_coverage' |
885 | 888 |
886 ] | 889 ] |
OLD | NEW |