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

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

Issue 1707693003: [Interpreter] Enable runtime profiler support for Ignition. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Really fix --debug-code Created 4 years, 10 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/x87/builtins-x87.cc ('k') | test/unittests/interpreter/interpreter-assembler-unittest.cc » ('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 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 'harmony/iterator-close': [FAIL], 833 'harmony/iterator-close': [FAIL],
834 'regress/regress-572589': [FAIL], 834 'regress/regress-572589': [FAIL],
835 'harmony/reflect-construct': [FAIL], 835 'harmony/reflect-construct': [FAIL],
836 'es6/promises': [FAIL], 836 'es6/promises': [FAIL],
837 'deserialize-optimize-inner': [FAIL], 837 'deserialize-optimize-inner': [FAIL],
838 838
839 # TODO(rmcilroy,4680): Check failed in 839 # TODO(rmcilroy,4680): Check failed in
840 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null(). 840 # BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null().
841 'regress/regress-crbug-429159': [FAIL], 841 'regress/regress-crbug-429159': [FAIL],
842 842
843 # TODO(rmcilroy,4680): Check failed: osr_normal_entry.
844 'regress/regress-123919': [FAIL],
845
846 # TODO(rmcilroy,4680): Pass on debug, fail on release. 843 # TODO(rmcilroy,4680): Pass on debug, fail on release.
847 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], 844 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]],
848 845
849 # TODO(rmcilroy,4680): Test assert failures. 846 # TODO(rmcilroy,4680): Test assert failures.
850 'array-literal-feedback': [FAIL], 847 'array-literal-feedback': [FAIL],
851 'undetectable-compare': [FAIL], 848 'undetectable-compare': [FAIL],
852 'debug-liveedit-2': [FAIL], 849 'debug-liveedit-2': [FAIL],
853 'compiler/deopt-tonumber-compare': [FAIL], 850 'compiler/deopt-tonumber-compare': [FAIL],
854 'es6/string-search': [FAIL], 851 'es6/string-search': [FAIL],
855 'es6/mirror-collections': [FAIL], 852 'es6/mirror-collections': [FAIL],
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 # Tests taking too long. 915 # Tests taking too long.
919 'array-functions-prototype-misc': [SKIP], 916 'array-functions-prototype-misc': [SKIP],
920 'strong/implicit-conversions': [SKIP], 917 'strong/implicit-conversions': [SKIP],
921 'strong/load-element-mutate-backing-store': [SKIP], 918 'strong/load-element-mutate-backing-store': [SKIP],
922 919
923 # Stack overflow. 920 # Stack overflow.
924 'big-array-literal': [SKIP], 921 'big-array-literal': [SKIP],
925 }], # 'gcov_coverage' 922 }], # 'gcov_coverage'
926 923
927 ] 924 ]
OLDNEW
« no previous file with comments | « src/x87/builtins-x87.cc ('k') | test/unittests/interpreter/interpreter-assembler-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698