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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 'regress/regress-91010': [SKIP], | 421 'regress/regress-91010': [SKIP], |
422 'regress/regress-91013': [SKIP], | 422 'regress/regress-91013': [SKIP], |
423 'regress/regress-99167': [SKIP], | 423 'regress/regress-99167': [SKIP], |
424 | 424 |
425 # BUG(v8:3457). | 425 # BUG(v8:3457). |
426 'deserialize-reference': [PASS, FAIL], | 426 'deserialize-reference': [PASS, FAIL], |
427 | 427 |
428 # BUG(v8:4016) | 428 # BUG(v8:4016) |
429 'regress/regress-crbug-467047': [SKIP], | 429 'regress/regress-crbug-467047': [SKIP], |
430 | 430 |
| 431 # BUG(v8:4588). |
| 432 'random-bit-correlations': [SKIP], |
| 433 |
431 # Slow tests. | 434 # Slow tests. |
432 'array-concat': [PASS, SLOW], | 435 'array-concat': [PASS, SLOW], |
433 'array-constructor': [PASS, SLOW], | 436 'array-constructor': [PASS, SLOW], |
434 'array-indexing': [PASS, SLOW], | 437 'array-indexing': [PASS, SLOW], |
435 'array-reduce': [PASS, SLOW], | 438 'array-reduce': [PASS, SLOW], |
436 'array-sort': [PASS, SLOW], | 439 'array-sort': [PASS, SLOW], |
437 'array-splice': [PASS, SLOW], | 440 'array-splice': [PASS, SLOW], |
438 'bit-not': [PASS, SLOW], | 441 'bit-not': [PASS, SLOW], |
439 'compiler/alloc-number': [PASS, SLOW], | 442 'compiler/alloc-number': [PASS, SLOW], |
440 'compiler/osr-assert': [PASS, SLOW], | 443 'compiler/osr-assert': [PASS, SLOW], |
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1067 'regress/regress-crbug-347903': [SKIP], | 1070 'regress/regress-crbug-347903': [SKIP], |
1068 'regress/regress-crbug-505007-1': [SKIP], | 1071 'regress/regress-crbug-505007-1': [SKIP], |
1069 'regress/regress-crbug-505007-2': [SKIP], | 1072 'regress/regress-crbug-505007-2': [SKIP], |
1070 'regress/short-circuit': [SKIP], | 1073 'regress/short-circuit': [SKIP], |
1071 'stack-traces-overflow': [SKIP], | 1074 'stack-traces-overflow': [SKIP], |
1072 'unicodelctest': [SKIP], | 1075 'unicodelctest': [SKIP], |
1073 'unicodelctest-no-optimization': [SKIP], | 1076 'unicodelctest-no-optimization': [SKIP], |
1074 }], # ignition == True and (arch == arm or arch == arm64) | 1077 }], # ignition == True and (arch == arm or arch == arm64) |
1075 | 1078 |
1076 ] | 1079 ] |
OLD | NEW |