Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion test/goroot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ Directive modes:
`coverage` follows the upstream test runner's directive and compiler flag
conventions. Compile-only and diagnostic cases are executed, not omitted from
the coverage total. Known failures remain executed and are classified through
`xfail.yaml`; only explicitly host-unsafe cases are skipped.
`xfail.yaml`. Cases that exercise gc-specific or otherwise inapplicable
behavior are classified separately through `notapplicable.yaml`, so the xfail
count continues to represent remaining LLGo compatibility work. Only
explicitly host-unsafe cases are skipped. Each not-applicable entry documents
both the toolchain-specific mechanism under test and why the corresponding
behavior is not an LLGo compatibility goal.

Basic usage:

Expand Down Expand Up @@ -76,3 +81,4 @@ Useful flags:
- `-min-swap-free-mib`: minimum free swap in MiB
- `-memory-pressure-poll`: system memory and swap sampling interval
- `-xfail`: xfail YAML file, relative to repo root by default
- `-not-applicable`: not-applicable YAML file, relative to repo root by default
Loading
Loading