Skip to content

Commit

Permalink
Revise compiletest directives
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Oct 7, 2024
1 parent 8544387 commit 95d90f2
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 229 deletions.
3 changes: 3 additions & 0 deletions src/tests/compiletest.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,9 @@ Each mode also has an alias to run the coverage tests in just that mode:
./x test coverage-map -- tests/coverage/if.rs # runs the specified test in "coverage-map" mode only
```

If a test cannot be exercised in a particular coverage mode for some reason, you
can use e.g. `ignore-mode-coverage-map`.

#### `coverage-map` suite

In `coverage-map` mode, these tests verify the mappings between source code
Expand Down
Loading

0 comments on commit 95d90f2

Please sign in to comment.