Add per-test scoring - #288
Closed
yulunwu2 wants to merge 1 commit into
Closed
Conversation
yulunwu2
force-pushed
the
feature-interop-score-tests
branch
from
August 22, 2026 00:35
c695648 to
cc86212
Compare
yulunwu2
force-pushed
the
feature-interop-skeleton
branch
from
August 22, 2026 00:35
92638ca to
21aa3e1
Compare
yulunwu2
force-pushed
the
feature-interop-score-tests
branch
from
August 22, 2026 01:05
cc86212 to
74230f3
Compare
yulunwu2
force-pushed
the
feature-interop-skeleton
branch
4 times, most recently
from
August 27, 2026 16:12
b73a7f2 to
464e30c
Compare
An error occurred while trying to automatically change base from
feature-interop-skeleton
to
feature-interop-find-test-results
August 27, 2026 16:15
yulunwu2
force-pushed
the
feature-interop-score-tests
branch
from
August 27, 2026 16:39
74230f3 to
ac9fd04
Compare
Scores a test as the fraction of its subtests that passed. interop-scoring already counted passing subtests inline, so it calls the shared function now, which also closes its TODO asking for unrecognized statuses to be caught rather than counted as failures.
yulunwu2
force-pushed
the
feature-interop-score-tests
branch
from
August 27, 2026 23:12
ac9fd04 to
f0bdd17
Compare
Contributor
Author
|
Folded into #289, which now targets main and carries this commit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fills in scoreTestResults, scoring a test as the fraction of its subtests that
passed, from the status sets in lib/result-trees.js.