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

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

Issue 1777503002: Version 5.0.71.10 (cherry-pick) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@5.0
Patch Set: Created 4 years, 9 months 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 | « src/x64/code-stubs-x64.cc ('k') | test/mjsunit/regress/regress-4788-1.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 844 matching lines...) Expand 10 before | Expand all | Expand 10 after
855 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). 855 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null().
856 'regress/regress-crbug-429159': [FAIL], 856 'regress/regress-crbug-429159': [FAIL],
857 857
858 # TODO(rmcilroy,4680): Pass on debug, fail on release. 858 # TODO(rmcilroy,4680): Pass on debug, fail on release.
859 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], 859 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]],
860 860
861 # TODO(rmcilroy,4680): Test assert failures. 861 # TODO(rmcilroy,4680): Test assert failures.
862 'array-literal-feedback': [FAIL], 862 'array-literal-feedback': [FAIL],
863 'undetectable-compare': [FAIL], 863 'undetectable-compare': [FAIL],
864 'debug-liveedit-2': [FAIL], 864 'debug-liveedit-2': [FAIL],
865 'compiler/deopt-tonumber-compare': [FAIL],
866 'es6/string-search': [FAIL], 865 'es6/string-search': [FAIL],
867 'es6/mirror-collections': [FAIL], 866 'es6/mirror-collections': [FAIL],
868 'es6/regress/regress-468661': [FAIL], 867 'es6/regress/regress-468661': [FAIL],
869 'harmony/string-replace': [FAIL], 868 'harmony/string-replace': [FAIL],
870 'harmony/string-match': [FAIL], 869 'harmony/string-match': [FAIL],
871 'harmony/string-split': [FAIL], 870 'harmony/string-split': [FAIL],
872 'regress/regress-2618': [FAIL], 871 'regress/regress-2618': [FAIL],
873 'regress/regress-4121': [FAIL], 872 'regress/regress-4121': [FAIL],
874 'regress/regress-4266': [FAIL], 873 'regress/regress-4266': [FAIL],
875 'harmony/simd': [FAIL], 874 'harmony/simd': [FAIL],
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 # Tests taking too long. 916 # Tests taking too long.
918 'array-functions-prototype-misc': [SKIP], 917 'array-functions-prototype-misc': [SKIP],
919 'strong/implicit-conversions': [SKIP], 918 'strong/implicit-conversions': [SKIP],
920 'strong/load-element-mutate-backing-store': [SKIP], 919 'strong/load-element-mutate-backing-store': [SKIP],
921 920
922 # Stack overflow. 921 # Stack overflow.
923 'big-array-literal': [SKIP], 922 'big-array-literal': [SKIP],
924 }], # 'gcov_coverage' 923 }], # 'gcov_coverage'
925 924
926 ] 925 ]
OLDNEW
« no previous file with comments | « src/x64/code-stubs-x64.cc ('k') | test/mjsunit/regress/regress-4788-1.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698