From: Jonas Devlieghere Date: Fri, 18 Feb 2022 17:05:00 +0000 (-0800) Subject: [dsymutil] Make verification test resilient against output ordering X-Git-Tag: upstream/15.0.7~15898 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=622ea723ccfdc4495ac3a1283598a8d15f1524a3;p=platform%2Fupstream%2Fllvm.git [dsymutil] Make verification test resilient against output ordering I didn't mean the checks for QUIET-OUTPUT-FAIL, QUIET-INPUT-FAIL and VERBOSE-INPUT-FAIL to have any specific ordering. --- diff --git a/llvm/test/tools/dsymutil/X86/verify.test b/llvm/test/tools/dsymutil/X86/verify.test index 752d79a..eb8aa04 100644 --- a/llvm/test/tools/dsymutil/X86/verify.test +++ b/llvm/test/tools/dsymutil/X86/verify.test @@ -18,9 +18,9 @@ # RUN: not dsymutil -verify-dwarf=bogus -verbose -oso-prepend-path=%p/../Inputs -y %s -o %t 2>&1 | FileCheck %s --check-prefixes=BOGUS # RUN: not dsymutil -verify-dwarf=all -oso-prepend-path=%p/../Inputs -y %s -o %t 2>&1 | FileCheck %s --check-prefixes=QUIET-OUTPUT-FAIL,QUIET-INPUT-FAIL,VERBOSE-INPUT-FAIL -# VERBOSE-INPUT-FAIL: error: Abbreviation declaration contains multiple DW_AT_language attributes. -# QUIET-INPUT-FAIL: warning: input verification failed -# QUIET-OUTPUT-FAIL: error: output verification failed +# VERBOSE-INPUT-FAIL-DAG: error: Abbreviation declaration contains multiple DW_AT_language attributes. +# QUIET-INPUT-FAIL-DAG: warning: input verification failed +# QUIET-OUTPUT-FAIL-DAG: error: output verification failed # QUIET-SUCCESS-NOT: input verification failed # QUIET-SUCCESS-NOT: output verification failed # BOGUS: error: invalid verify type specified: 'bogus'