-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
Combining revisions with only-arch allows specifying that a test only applies to a handful of targets. This allows removing a large amount of repetition in the test suite for tests that do not benefit. The revisions are suboptimal for this for some tests, so they aren't preferred in those cases.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// | ||
|
||
// only-mips64 | ||
// See repr-transparent.rs | ||
// See ./transparent.rs | ||
|
||
#![feature(transparent_unions)] | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,8 @@ | ||
// compile-flags:-g | ||
// revisions: macos windows | ||
// We can't set the main thread name on Linux because it renames the process (#97191) | ||
// ignore-linux | ||
// ignore-android | ||
// ignore-dragonfly | ||
// ignore-emscripten | ||
// ignore-freebsd | ||
// ignore-haiku | ||
// ignore-ios | ||
// ignore-netbsd | ||
// ignore-openbsd | ||
// ignore-solaris | ||
//[macos] only-macos | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
workingjubilee
Author
Member
|
||
//[windows] only-windows | ||
// ignore-sgx | ||
// ignore-windows-gnu | ||
|
||
|
why
ignore-sgx
still kept here?