Closed
Bug 1821365
Opened 3 years ago
Closed 3 years ago
Count additions and removals and not total lines in a diff
Categories
(Developer Infrastructure :: Lint and Formatting, task)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox112 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: marco, Assigned: bastien)
References
Details
Attachments
(1 file)
E.g. in a case like:
--- target_task_set@c0aa24001283
+++ target_task_set@ad7dc600508c
@@ -217,40 +217,41 @@
source-test-shadow-scheduler-bugbug_reduced_high
source-test-shadow-scheduler-bugbug_reduced_manifests_config_selection_low
source-test-shadow-scheduler-bugbug_reduced_manifests_config_selection_medium
source-test-shadow-scheduler-bugbug_tasks_high
source-test-shadow-scheduler-bugbug_tasks_medium
source-test-shadow-scheduler-relevant_tests
source-test-taskgraph-diff
source-test-vendor-rust
source-test-webidl-test
source-test-wpt-manifest-upload
source-test-wpt-metadata-fission-regression
source-test-wpt-metadata-summary
spidermonkey-sm-arm-sim-linux32/debug
spidermonkey-sm-arm64-sim-linux64/debug
spidermonkey-sm-asan-linux64/opt
spidermonkey-sm-compacting-linux64/debug
spidermonkey-sm-compacting-win64/debug
spidermonkey-sm-fuzzilli-linux64/debug
spidermonkey-sm-fuzzing-linux64/opt
spidermonkey-sm-gdb-linux64/debug
+spidermonkey-sm-linux64-wasi-intl/opt
spidermonkey-sm-linux64-wasi/opt
spidermonkey-sm-nojit-linux64/opt
spidermonkey-sm-nonunified-linux64/debug
spidermonkey-sm-package-linux64/opt
spidermonkey-sm-plain-linux32/debug
spidermonkey-sm-plain-linux64/debug
spidermonkey-sm-plain-linux64/opt
spidermonkey-sm-plain-win64/debug
spidermonkey-sm-plain-win64/opt
spidermonkey-sm-rootanalysis-linux64/debug
spidermonkey-sm-rt-linux64/debug
spidermonkey-sm-tsan-linux64/opt
spidermonkey-sm-wasm-no-experimental-linux64/debug
test-android-em-7.0-x86_64-lite-qr/opt-geckoview-cppunit-1proc
test-android-em-7.0-x86_64-lite-qr/opt-geckoview-crashtest-nofis
test-android-em-7.0-x86_64-lite-qr/opt-geckoview-gtest-1proc
test-android-em-7.0-x86_64-lite-qr/opt-geckoview-junit-fis
test-android-em-7.0-x86_64-lite-qr/opt-geckoview-junit-nofis
test-android-em-7.0-x86_64-lite-qr/opt-geckoview-mochitest-media-nofis
test-android-em-7.0-x86_64-lite-qr/opt-geckoview-mochitest-plain-gpu-nofis
we should consider it as only changing 1 task.
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → abadie
Status: NEW → ASSIGNED
Pushed by mcastelluccio@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9fcdc3583f34
Only count line additions and removals in tgdiff changes, r=marco DONTBUILD
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•