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

Issue 2416243002: Make unittests work in component build (Closed)

Created:
4 years, 2 months ago by jochen (gone - plz use gerrit)
Modified:
4 years, 2 months ago
CC:
Hannes Payer (out of office), rmcilroy, ulan, v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Make unittests work in component build R=machenbach@chromium.org,titzer@chromium.org,bmeurer@chromium.org,jgruber@chromium.org BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.v8:v8_win_dbg,v8_mac_dbg;master.tryserver.chromium.android:android_arm64_dbg_recipe Committed: https://crrev.com/6755b55a74283a953038baae944a8563c2e29daa Cr-Commit-Position: refs/heads/master@{#40350}

Patch Set 1 #

Patch Set 2 : updates #

Patch Set 3 : updates #

Patch Set 4 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+422 lines, -264 lines) Patch
M src/allocation.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/asmjs/asm-types.h View 7 chunks +9 lines, -6 lines 0 comments Download
M src/asmjs/switch-logic.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/assembler.h View 4 chunks +7 lines, -4 lines 0 comments Download
M src/ast/ast-value-factory.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/ast/scopes.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/builtins/builtins.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/cancelable-task.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M src/char-predicates.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/code-factory.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/code-stub-assembler.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M src/codegen.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler-dispatcher/compiler-dispatcher-job.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/compiler-dispatcher/compiler-dispatcher-tracer.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/compiler/access-builder.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/compiler/branch-elimination.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/compiler/checkpoint-elimination.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/compiler/code-assembler.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/compiler/common-operator.h View 5 chunks +13 lines, -9 lines 0 comments Download
M src/compiler/common-operator-reducer.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/compiler/control-equivalence.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/compiler/control-flow-optimizer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/dead-code-elimination.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/compiler/effect-control-linearizer.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/compiler/escape-analysis.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/compiler/escape-analysis-reducer.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/compiler/graph.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/compiler/graph-reducer.h View 3 chunks +5 lines, -2 lines 0 comments Download
M src/compiler/graph-trimmer.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/compiler/graph-visualizer.h View 2 chunks +4 lines, -3 lines 0 comments Download
M src/compiler/instruction.h View 1 2 9 chunks +16 lines, -13 lines 0 comments Download
M src/compiler/instruction-codes.h View 5 chunks +9 lines, -4 lines 0 comments Download
M src/compiler/instruction-selector.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/compiler/int64-lowering.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/compiler/js-builtin-reducer.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/compiler/js-create-lowering.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/compiler/js-graph.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/compiler/js-intrinsic-lowering.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/compiler/js-operator.h View 4 chunks +6 lines, -3 lines 0 comments Download
M src/compiler/js-typed-lowering.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/compiler/linkage.h View 4 chunks +7 lines, -3 lines 0 comments Download
M src/compiler/liveness-analyzer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/load-elimination.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/compiler/loop-analysis.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/compiler/loop-peeling.h View 3 chunks +4 lines, -2 lines 0 comments Download
M src/compiler/machine-operator.h View 3 chunks +6 lines, -3 lines 0 comments Download
M src/compiler/machine-operator-reducer.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/compiler/move-optimizer.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/compiler/node.h View 1 2 4 chunks +4 lines, -3 lines 0 comments Download
D src/compiler/node-cache.cc View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M src/compiler/node-matchers.h View 3 chunks +5 lines, -3 lines 0 comments Download
M src/compiler/node-properties.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/compiler/opcodes.h View 3 chunks +4 lines, -2 lines 0 comments Download
M src/compiler/operator.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/compiler/operator-properties.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/compiler/pipeline.h View 2 chunks +4 lines, -3 lines 0 comments Download
M src/compiler/raw-machine-assembler.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/compiler/register-allocator.h View 4 chunks +6 lines, -4 lines 0 comments Download
M src/compiler/schedule.h View 4 chunks +6 lines, -3 lines 0 comments Download
M src/compiler/scheduler.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/compiler/simplified-operator.h View 6 chunks +15 lines, -11 lines 0 comments Download
M src/compiler/simplified-operator-reducer.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/compiler/source-position.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/compiler/state-values-utils.h View 1 2 4 chunks +4 lines, -3 lines 0 comments Download
M src/compiler/tail-call-optimization.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/compiler/typed-optimization.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/compiler/typer.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/compiler/types.h View 4 chunks +5 lines, -3 lines 0 comments Download
M src/compiler/value-numbering-reducer.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/compiler/verifier.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/compiler/zone-stats.h View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M src/eh-frame.h View 3 chunks +6 lines, -3 lines 0 comments Download
M src/factory.h View 1 2 9 chunks +15 lines, -15 lines 0 comments Download
M src/handles.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/gc-idle-time-handler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap/gc-tracer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap/heap.h View 2 chunks +4 lines, -3 lines 0 comments Download
M src/heap/memory-reducer.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/heap/scavenge-job.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/interface-descriptors.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/interpreter/bytecode-array-builder.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/interpreter/bytecode-array-writer.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/interpreter/bytecode-dead-code-optimizer.h View 2 chunks +5 lines, -2 lines 0 comments Download
M src/interpreter/bytecode-decoder.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/interpreter/bytecode-operands.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/interpreter/bytecode-peephole-optimizer.h View 2 chunks +5 lines, -2 lines 0 comments Download
M src/interpreter/bytecode-pipeline.h View 3 chunks +7 lines, -3 lines 0 comments Download
M src/interpreter/bytecode-register-optimizer.h View 1 2 3 3 chunks +7 lines, -5 lines 0 comments Download
M src/interpreter/bytecode-register-optimizer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/constant-array-builder.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/interpreter/interpreter-assembler.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/isolate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/lookup.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/machine-type.h View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 1 2 7 chunks +11 lines, -12 lines 0 comments Download
M src/register-configuration.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/runtime/runtime.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M src/source-position-table.h View 1 chunk +1 line, -1 line 0 comments Download
M src/unicode.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/utils.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/v8.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/wasm/ast-decoder.h View 1 2 2 chunks +10 lines, -5 lines 0 comments Download
M src/wasm/module-decoder.h View 3 chunks +10 lines, -6 lines 0 comments Download
M src/wasm/wasm-module.h View 1 2 4 chunks +8 lines, -5 lines 0 comments Download
M src/wasm/wasm-opcodes.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/wasm/wasm-result.h View 1 chunk +2 lines, -1 line 0 comments Download
M test/unittests/BUILD.gn View 2 chunks +1 line, -11 lines 0 comments Download
M test/unittests/unittests.gyp View 2 chunks +1 line, -8 lines 0 comments Download

Messages

Total messages: 33 (22 generated)
jochen (gone - plz use gerrit)
ptal Ben, src/asmjs and src/wasm Benedikt, rest Michael/Jakob, build config
4 years, 2 months ago (2016-10-17 07:16:37 UTC) #15
Michael Achenbach
Awesome, configs lgtm!
4 years, 2 months ago (2016-10-17 08:07:01 UTC) #20
titzer
On 2016/10/17 08:07:01, machenbach (slow) wrote: > Awesome, configs lgtm! Is there a doc somewhere ...
4 years, 2 months ago (2016-10-17 08:11:31 UTC) #21
jochen (gone - plz use gerrit)
On 2016/10/17 at 08:11:31, titzer wrote: > On 2016/10/17 08:07:01, machenbach (slow) wrote: > > ...
4 years, 2 months ago (2016-10-17 08:35:22 UTC) #22
Benedikt Meurer
LGTM (rubber-stamped)
4 years, 2 months ago (2016-10-17 08:40:21 UTC) #23
titzer
On 2016/10/17 08:35:22, jochen wrote: > On 2016/10/17 at 08:11:31, titzer wrote: > > On ...
4 years, 2 months ago (2016-10-17 08:41:52 UTC) #24
jochen (gone - plz use gerrit)
On 2016/10/17 at 08:41:52, titzer wrote: > On 2016/10/17 08:35:22, jochen wrote: > > On ...
4 years, 2 months ago (2016-10-17 09:00:08 UTC) #27
titzer
On 2016/10/17 09:00:08, jochen wrote: > On 2016/10/17 at 08:41:52, titzer wrote: > > On ...
4 years, 2 months ago (2016-10-17 09:50:37 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2416243002/60001
4 years, 2 months ago (2016-10-17 09:57:10 UTC) #30
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-10-17 10:01:49 UTC) #31
commit-bot: I haz the power
4 years, 2 months ago (2016-10-17 10:02:16 UTC) #33
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/6755b55a74283a953038baae944a8563c2e29daa
Cr-Commit-Position: refs/heads/master@{#40350}

Powered by Google App Engine
This is Rietveld 408576698