[llvm] 902360d - Temporarily disabling this test on arm

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 14:46:45 PDT 2022


Author: Chris Bieneman
Date: 2022-06-01T16:46:04-05:00
New Revision: 902360d21dfb53b00fd2093488972bc422ae7941

URL: https://github.com/llvm/llvm-project/commit/902360d21dfb53b00fd2093488972bc422ae7941
DIFF: https://github.com/llvm/llvm-project/commit/902360d21dfb53b00fd2093488972bc422ae7941.diff

LOG: Temporarily disabling this test on arm

This is failing on an arm32 builder, and it is going to take me a while
to debug. To not block further progress I'm disabling this test on
arm32 configuraitons.

Added: 
    

Modified: 
    llvm/unittests/Object/DXContainerTest.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/unittests/Object/DXContainerTest.cpp b/llvm/unittests/Object/DXContainerTest.cpp
index 0312ee42d052..084b72747684 100644
--- a/llvm/unittests/Object/DXContainerTest.cpp
+++ b/llvm/unittests/Object/DXContainerTest.cpp
@@ -70,7 +70,7 @@ TEST(DXCFile, ParsePartMissingOffsets) {
       FailedWithMessage("Reading structure out of file bounds"));
 }
 
-#if defined(__ARM__)
+#if defined(__arm__)
 TEST(DXCFile, DISABLED_ParsePartInvalidOffsets) {
 #else
 TEST(DXCFile, ParsePartInvalidOffsets) {


        


More information about the llvm-commits mailing list