From c8465dbc4b4936edf7683b6a74d4fcaab7989556 Mon Sep 17 00:00:00 2001 From: Rachel Kang Date: Thu, 28 Oct 2021 15:58:12 -0400 Subject: [PATCH 1/2] [CoreML] Updates for Catalyst --- tests/xtro-sharpie/MacCatalyst-CoreML.todo | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tests/xtro-sharpie/MacCatalyst-CoreML.todo diff --git a/tests/xtro-sharpie/MacCatalyst-CoreML.todo b/tests/xtro-sharpie/MacCatalyst-CoreML.todo deleted file mode 100644 index f9da45cadd30..000000000000 --- a/tests/xtro-sharpie/MacCatalyst-CoreML.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-enum-value! MLMultiArrayDataType native value MLMultiArrayDataTypeFloat16 = 65552 not bound From 5d6df6804bba0fc581064db4dd2f6add92dddfc0 Mon Sep 17 00:00:00 2001 From: Rachel Kang Date: Thu, 28 Oct 2021 15:58:34 -0400 Subject: [PATCH 2/2] Add ignore file --- tests/xtro-sharpie/MacCatalyst-CoreML.ignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/xtro-sharpie/MacCatalyst-CoreML.ignore diff --git a/tests/xtro-sharpie/MacCatalyst-CoreML.ignore b/tests/xtro-sharpie/MacCatalyst-CoreML.ignore new file mode 100644 index 000000000000..dd91d78adc35 --- /dev/null +++ b/tests/xtro-sharpie/MacCatalyst-CoreML.ignore @@ -0,0 +1,2 @@ +## Selectors not documented for Catalyst in web docs or header files +!missing-enum-value! MLMultiArrayDataType native value MLMultiArrayDataTypeFloat16 = 65552 not bound