web-platform-tests / web-platform-tests/rfcs

Should tentative tests require links?

Open
#217 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
110
Forks
90
PR merge metrics
No merged PRs in 30d

Description

For background, see my prior comment on https://github.com/web-platform-tests/rfcs/pull/215#discussion_r1876443323:

[We have tentative tests where:]

According to our docs:

It should be apparent in context why the test is tentative and what needs to be resolved to make it non-tentative.

I'd hope that tentative tests would include a link to a spec bug that needs to be resolved for the test to be non-tentative.

However:

% rg --glob '*tentative*' 'https?://((bugs\.webkit\.org|bugs\.chromium\.org|crbug\.com|issues\.chromium\.org)/|github\.com/.*/(issue|pull))' --files-without-match | wc -l
    2078

…shows we have a very large number of tentative tests which don't link anywhere (even a vendor bug tracker!).

This makes it hard to audit the status of tentative tests, and what should and should not still be tentative.

An obvious option here is to require tentative tests to have a link — though what to is a reasonable question — which might be worth considering?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the tentative-test filename guidance in the linked documentation and inspect the reported rg search covering tests without issue or pull-request links. The issue does not identify an implementation file or settle what link types should be required, so completion would first require deciding the policy and its enforcement scope.

Written by the indexing model from the issue text.

Assessment

Domain
testing-qa
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.