Skip to content

Commit

Permalink
CompileTest: Add Directives to Ignore arm-unknown-* Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
veera-sivarajan committed Jan 31, 2025
1 parent 6c1d960 commit 4d42046
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tools/compiletest/src/directive-list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
"ignore-android",
"ignore-apple",
"ignore-arm",
"ignore-arm-unknown-linux-gnueabi",
"ignore-arm-unknown-linux-gnueabihf",
"ignore-arm-unknown-linux-musleabi",
"ignore-arm-unknown-linux-musleabihf",
"ignore-avr",
"ignore-beta",
"ignore-cdb",
Expand Down

0 comments on commit 4d42046

Please sign in to comment.