[lld] r290981 - test: loosen a test for the time being
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 4 10:17:29 PST 2017
Author: compnerd
Date: Wed Jan 4 12:17:28 2017
New Revision: 290981
URL: http://llvm.org/viewvc/llvm-project?rev=290981&view=rev
Log:
test: loosen a test for the time being
The GUID should match between the RSDS and the PDB. This should repair
the build bots, though we should be ensuring that the GUIDs match.
Unfortunately, different build bots seem to be getting different GUIDs.
Modified:
lld/trunk/test/COFF/pdb.test
Modified: lld/trunk/test/COFF/pdb.test
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/COFF/pdb.test?rev=290981&r1=290980&r2=290981&view=diff
==============================================================================
--- lld/trunk/test/COFF/pdb.test (original)
+++ lld/trunk/test/COFF/pdb.test Wed Jan 4 12:17:28 2017
@@ -33,7 +33,8 @@
# PDBGUID (38 9A CC F2 14 A4 7F A2 6C F0 08 04 47 CF 5C 48)
# PDBAge: 1
# CHECK-NEXT: Age: 1
-# CHECK-NEXT: Guid: '{389ACCF2-14A4-7FA2-6CF0-080447CF5C48}'
+# Guid: '{389ACCF2-14A4-7FA2-6CF0-080447CF5C48}'
+# CHECK-NEXT: Guid: '{{.*}}'
# CHECK-NEXT: Signature: 0
# CHECK-NEXT: Version: VC70
# CHECK-NEXT: NamedStreams:
More information about the llvm-commits
mailing list