-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update tests for the test harness's json formatting
- Loading branch information
1 parent
4edba55
commit eb00459
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// no-prefer-dynamic | ||
// compile-flags: --test | ||
// run-flags: --list --format json -Zunstable-options | ||
// run-fail | ||
// check-run-results | ||
// ignore-nightly | ||
// unset-exec-env:RUSTC_BOOTSTRAP | ||
|
||
#![cfg(test)] | ||
#[test] | ||
fn m_test() {} | ||
|
||
#[test] | ||
#[ignore = "not yet implemented"] | ||
fn z_test() {} | ||
|
||
#[test] | ||
fn a_test() {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
error: the option `Z` is only accepted on the nightly compiler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters