Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Side by Side Diff: test/mjsunit/mjsunit.status

Issue 1508583002: Make mjsunit/random-bit-correlations more predictable. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | test/mjsunit/random-bit-correlations.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
434 # Slow tests. 431 # Slow tests.
435 'array-concat': [PASS, SLOW], 432 'array-concat': [PASS, SLOW],
436 'array-constructor': [PASS, SLOW], 433 'array-constructor': [PASS, SLOW],
437 'array-indexing': [PASS, SLOW], 434 'array-indexing': [PASS, SLOW],
438 'array-reduce': [PASS, SLOW], 435 'array-reduce': [PASS, SLOW],
439 'array-sort': [PASS, SLOW], 436 'array-sort': [PASS, SLOW],
440 'array-splice': [PASS, SLOW], 437 'array-splice': [PASS, SLOW],
441 'bit-not': [PASS, SLOW], 438 'bit-not': [PASS, SLOW],
442 'compiler/alloc-number': [PASS, SLOW], 439 'compiler/alloc-number': [PASS, SLOW],
443 'compiler/osr-assert': [PASS, SLOW], 440 'compiler/osr-assert': [PASS, SLOW],
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 'regress/regress-crbug-347903': [SKIP], 1067 'regress/regress-crbug-347903': [SKIP],
1071 'regress/regress-crbug-505007-1': [SKIP], 1068 'regress/regress-crbug-505007-1': [SKIP],
1072 'regress/regress-crbug-505007-2': [SKIP], 1069 'regress/regress-crbug-505007-2': [SKIP],
1073 'regress/short-circuit': [SKIP], 1070 'regress/short-circuit': [SKIP],
1074 'stack-traces-overflow': [SKIP], 1071 'stack-traces-overflow': [SKIP],
1075 'unicodelctest': [SKIP], 1072 'unicodelctest': [SKIP],
1076 'unicodelctest-no-optimization': [SKIP], 1073 'unicodelctest-no-optimization': [SKIP],
1077 }], # ignition == True and (arch == arm or arch == arm64) 1074 }], # ignition == True and (arch == arm or arch == arm64)
1078 1075
1079 ] 1076 ]
OLDNEW
« no previous file with comments | « no previous file | test/mjsunit/random-bit-correlations.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698