From cfef0c6f66c9d36ae2899c8c2790c3fe422a7700 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 13 Jun 2024 16:29:58 -0700 Subject: Metal: misc fixes and enable more tests. (#4374) * Fix and enable tests for metal. * Fix. * Fix. * Fix tests. * Fix warnings. * Fix. --------- Co-authored-by: Yong He --- tests/language-feature/bit-cast/struct-bit-cast.slang | 1 - tests/language-feature/bitfield/sizeof.slang | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/language-feature') diff --git a/tests/language-feature/bit-cast/struct-bit-cast.slang b/tests/language-feature/bit-cast/struct-bit-cast.slang index de92ac8b0..630efb1e0 100644 --- a/tests/language-feature/bit-cast/struct-bit-cast.slang +++ b/tests/language-feature/bit-cast/struct-bit-cast.slang @@ -1,7 +1,6 @@ // struct-bit-cast.slang //TEST(compute):COMPARE_COMPUTE: -shaderobj -//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl // Test that bit_cast works for bit-reinterpreting one struct type as another. diff --git a/tests/language-feature/bitfield/sizeof.slang b/tests/language-feature/bitfield/sizeof.slang index e3ada9566..da390e275 100644 --- a/tests/language-feature/bitfield/sizeof.slang +++ b/tests/language-feature/bitfield/sizeof.slang @@ -1,5 +1,6 @@ //TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-cpu -output-using-type -//DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl +//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-mtl -output-using-type + // CHECK: 1 // CHECK-NEXT: 1 -- cgit v1.2.3