961a2c885d
Removes the pathways to use Full-Codegen from compiler.cc. Also removes all paths to optimize using AstGraphBuilder, which relies on Full-codegen. Cleans up ast-numbering, runtime-profiler and some runtime functions to remove now dead code. This makes Full-codegen and AstGraphBuilder dead, but doesn't remove their code yet, that will be done in a followup CL to keep things reviewable. BUG=v8:6409 Change-Id: I3901ff17d960b2bb084cef0cb39fa16cb8419881 Reviewed-on: https://chromium-review.googlesource.com/583328 Commit-Queue: Ross McIlroy <rmcilroy@chromium.org> Reviewed-by: Michael Starzinger <mstarzinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#47277}
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
# Copyright 2016 the V8 project authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
[
|
|
[ALWAYS, {
|
|
# Issue 6166.
|
|
'debugger/asm-js-breakpoint-during-exec': [FAIL],
|
|
}], # ALWAYS
|
|
|
|
##############################################################################
|
|
['variant != default', {
|
|
# Issue 6167.
|
|
'debugger/eval-scopes': [PASS, FAIL],
|
|
'debugger/scope-skip-variables-with-empty-name': [PASS, FAIL],
|
|
'debugger/update-call-frame-scopes': [PASS, FAIL],
|
|
'debugger/side-effect-free-debug-evaluate': [PASS, FAIL],
|
|
'debugger/evaluate-on-call-frame-in-module': [PASS, FAIL],
|
|
# Issue 6170. Crash.
|
|
'cpu-profiler/console-profile': [SKIP],
|
|
'cpu-profiler/console-profile-end-parameterless-crash': [SKIP],
|
|
# Issue 6171. Timeout.
|
|
'debugger/set-blackbox-patterns': [SKIP],
|
|
}], # variant != default
|
|
|
|
##############################################################################
|
|
['variant == wasm_traps', {
|
|
'*': [SKIP],
|
|
}], # variant == wasm_traps
|
|
|
|
]
|