Skip to content

Commit 30a4e9e

Browse files
authored
[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.
1 parent f05efd0 commit 30a4e9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/test/TableGen/SubtargetFeatureUniqueNames.td

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Temporarily disable test due to non-deterministic order of error messages.
2+
// UNSUPPORTED: target={{.*}}
3+
14
// RUN: not llvm-tblgen -gen-subtarget -I %p/../../include %s 2>&1 | FileCheck %s -DFILE=%s
25
// Verify that subtarget features with same names result in an error.
36

0 commit comments

Comments
 (0)