[llvm] 30a4e9e - [NFC] Temporarily disable failing TableGen unit test. (#102308)

via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 05:41:08 PDT 2024


Author: Rahul Joshi
Date: 2024-08-07T15:41:05+03:00
New Revision: 30a4e9e5bec9ea88bd63d5b69d90218b45b5fd65

URL: https://github.com/llvm/llvm-project/commit/30a4e9e5bec9ea88bd63d5b69d90218b45b5fd65
DIFF: https://github.com/llvm/llvm-project/commit/30a4e9e5bec9ea88bd63d5b69d90218b45b5fd65.diff

LOG: [NFC] Temporarily disable failing TableGen unit test. (#102308)

- This test was reported as failing in ASAN builds, with
non-deterministic order of the error message and note expected.
- This is due to llvm::sort() being unstable.
- Temporarily disable the test while its been fixed.

Added: 
    

Modified: 
    llvm/test/TableGen/SubtargetFeatureUniqueNames.td

Removed: 
    


################################################################################
diff  --git a/llvm/test/TableGen/SubtargetFeatureUniqueNames.td b/llvm/test/TableGen/SubtargetFeatureUniqueNames.td
index 87a21d29ec1b13..a322d25fc1def6 100644
--- a/llvm/test/TableGen/SubtargetFeatureUniqueNames.td
+++ b/llvm/test/TableGen/SubtargetFeatureUniqueNames.td
@@ -1,3 +1,6 @@
+// Temporarily disable test due to non-deterministic order of error messages.
+// UNSUPPORTED: target={{.*}}
+
 // RUN: not llvm-tblgen -gen-subtarget -I %p/../../include %s 2>&1 | FileCheck %s -DFILE=%s
 // Verify that subtarget features with same names result in an error.
 


        


More information about the llvm-commits mailing list