Skip to content

Commit

Permalink
We do not run WPT on mac (#1)
Browse files Browse the repository at this point in the history
* We do not run WPT on mac

Although this whole table is weirdly worded. We do not just run unit test but we do build too (and produce artifacts).

* Rework table for clarity

---------

Co-authored-by: Delan Azabani <[email protected]>
  • Loading branch information
sagudev and delan committed Jul 8, 2024
1 parent dafb33c commit a924fe9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ When you push to a pull request, GitHub automatically checks that your changes h
To run unit tests or Web Platform Tests against a pull request, add one or more of the labels below to your pull request.
If you do not have permission to add labels to your pull request, add a comment on your bug requesting that they be added.

| Label | Effect |
|---|---|
| `T-full` | Unit tests: Linux, macOS, Windows<br>Layout tests: Linux, macOS<br>Legacy layout tests: Linux, macOS |
| `T-linux-wpt-2013` | Unit tests: Linux<br>Legacy layout tests: Linux |
| `T-linux-wpt-2020` | Unit tests: Linux<br>Layout tests: Linux |
| `T-macos` | Unit tests: macOS |
| `T-windows` | Unit tests: Windows |
| Label | Runs unit tests on | Runs web tests on |
|---|---|---|
| `T-full` | All platforms | Linux |
| `T-linux-wpt-2013` | Linux | Linux (only legacy layout) |
| `T-linux-wpt-2020` | Linux | Linux (skip legacy layout) |
| `T-macos` | macOS | (none) |
| `T-windows` | Windows | (none) |

## Conduct

Expand Down

0 comments on commit a924fe9

Please sign in to comment.