From aa238bacf700fbd851af29e6c04b6dca2ddfacb0 Mon Sep 17 00:00:00 2001 From: Gleb Balykov Date: Fri, 7 Oct 2022 13:15:26 +0300 Subject: [PATCH] [Tizen] Add coreclr crossgen2 skips for RPI4 for armhf These are mostly a subset of src/tests/issues.targets with some additional excludes: - BasicTestWithMcj is skipped because it manually invokes crossgen2 --- unsupportedCrossgenLibs.arm.txt | 0 unsupportedCrossgenTests.arm.txt | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 unsupportedCrossgenLibs.arm.txt create mode 100644 unsupportedCrossgenTests.arm.txt diff --git a/unsupportedCrossgenLibs.arm.txt b/unsupportedCrossgenLibs.arm.txt new file mode 100644 index 0000000..e69de29 diff --git a/unsupportedCrossgenTests.arm.txt b/unsupportedCrossgenTests.arm.txt new file mode 100644 index 0000000..bb6106c --- /dev/null +++ b/unsupportedCrossgenTests.arm.txt @@ -0,0 +1,3 @@ +Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp/MarshalStructAsLayoutExp.sh +JIT/Directed/debugging/poison/poison.sh +baseservices/TieredCompilation/BasicTestWithMcj/BasicTestWithMcj.sh -- 2.7.4