DavidSpickett wrote: I'm sure you get the point already but just to prove it isn't a Windows on Arm thing, this is from a downstream Arm 32-bit Linux builder: ``` ******************** TEST 'lldb-unit :: Target/./TargetTests/5/10' FAILED ******************** Script(shard): -- GTEST_OUTPUT=json:/buildbot/lldb-arm-ubuntu/build/tools/lldb/unittests/Target/./TargetTests-lldb-unit-3519752-5-10.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=10 GTEST_SHARD_INDEX=5 /buildbot/lldb-arm-ubuntu/build/tools/lldb/unittests/Target/./TargetTests --
Script: -- /buildbot/lldb-arm-ubuntu/build/tools/lldb/unittests/Target/./TargetTests --gtest_filter=TestTypeSystemMap.GetScratchTypeSystemsIsOrderedByLanguage -- /buildbot/lldb-arm-ubuntu/llvm-project/lldb/unittests/Target/ScratchTypeSystemTest.cpp:117: Failure Expected: (g_fortran90_type_system.get()) < (g_fortran77_type_system.get()), actual: 0x59917e0 vs 0x58f2b58 /buildbot/lldb-arm-ubuntu/llvm-project/lldb/unittests/Target/ScratchTypeSystemTest.cpp:117 Expected: (g_fortran90_type_system.get()) < (g_fortran77_type_system.get()), actual: 0x59917e0 vs 0x58f2b58 ******************** ``` https://github.com/llvm/llvm-project/pull/217789 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
