Skip to content

Commit

Permalink
Disable cpuid test on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoodman committed Feb 17, 2022
1 parent d5928a0 commit 1aa1338
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/X86/MISC/CPUID.S
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* limitations under the License.
*/

#ifndef __APPLE__
TEST_BEGIN(CPUID, 2)
TEST_INPUTS(
0x07, 0,
Expand All @@ -32,3 +33,4 @@ TEST_INPUTS(
mov ecx, ARG2_32
cpuid
TEST_END
#endif

0 comments on commit 1aa1338

Please sign in to comment.