Remove reference to run-pass tests
This commit is contained in:
parent
0406d741bc
commit
f2f3dfca5c
|
|
@ -26,9 +26,7 @@ that give more details.
|
||||||
|
|
||||||
- [`ui`](./adding.html#ui) – tests that check the exact
|
- [`ui`](./adding.html#ui) – tests that check the exact
|
||||||
stdout/stderr from compilation and/or running the test
|
stdout/stderr from compilation and/or running the test
|
||||||
- `run-pass` – tests that are expected to compile and execute
|
- `run-pass-valgrind` – tests that ought to run with valgrind
|
||||||
successfully (no panics)
|
|
||||||
- `run-pass-valgrind` – tests that ought to run with valgrind
|
|
||||||
- `run-fail` – tests that are expected to compile but then panic
|
- `run-fail` – tests that are expected to compile but then panic
|
||||||
during execution
|
during execution
|
||||||
- `compile-fail` – tests that are expected to fail compilation.
|
- `compile-fail` – tests that are expected to fail compilation.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue