[PATCH] D56105: Adjust NetBSD/md2.cc to be portable to more environments

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 27 09:06:51 PST 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT350096: Adjust NetBSD/md2.cc to be portable to more environments (authored by kamil, committed by ).

Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56105/new/

https://reviews.llvm.org/D56105

Files:
  test/sanitizer_common/TestCases/NetBSD/md2.cc


Index: test/sanitizer_common/TestCases/NetBSD/md2.cc
===================================================================
--- test/sanitizer_common/TestCases/NetBSD/md2.cc
+++ test/sanitizer_common/TestCases/NetBSD/md2.cc
@@ -105,10 +105,10 @@
   // CHECK: test1: 'e303e49b34f981c2740cdf809200d51b'
   // CHECK: test2: 'e303e49b34f981c2740cdf809200d51b'
   // CHECK: test3: 'e303e49b34f981c2740cdf809200d51b'
-  // CHECK: test4: 'a409cff8627afa00f3b563cf5f09af05'
-  // CHECK: test5: 'a409cff8627afa00f3b563cf5f09af05'
-  // CHECK: test6: '{{.*}}'
-  // CHECK: test7: '{{.*}}'
+  // CHECK: test4: '{{.*}}'
+  // CHECK: test5: '{{.*}}'
+  // CHECK: test6: 'e303e49b34f981c2740cdf809200d51b'
+  // CHECK: test7: 'e303e49b34f981c2740cdf809200d51b'
 
   return 0;
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56105.179561.patch
Type: text/x-patch
Size: 762 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181227/3d2ec20b/attachment.bin>


More information about the llvm-commits mailing list