[PATCH] D56106: Adjust NetBSD/md[45].cc to be portable to more environments

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 27 09:05:49 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 rL350095: Adjust NetBSD/md[45].cc to be portable to more environments (authored by kamil, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D56106?vs=179558&id=179560#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D56106

Files:
  compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/md4.cc
  compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/md5.cc


Index: compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/md5.cc
===================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/md5.cc
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/md5.cc
@@ -105,8 +105,8 @@
   // CHECK: test1: '86e65b1ef4a830af347ac05ab4f0e999'
   // CHECK: test2: '86e65b1ef4a830af347ac05ab4f0e999'
   // CHECK: test3: '86e65b1ef4a830af347ac05ab4f0e999'
-  // CHECK: test4: 'd6798ca88175b5feece4dda691a5b9b5'
-  // CHECK: test5: 'd6798ca88175b5feece4dda691a5b9b5'
+  // CHECK: test4: '{{.*}}'
+  // CHECK: test5: '{{.*}}'
   // CHECK: test6: '86e65b1ef4a830af347ac05ab4f0e999'
   // CHECK: test7: '86e65b1ef4a830af347ac05ab4f0e999'
 
Index: compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/md4.cc
===================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/md4.cc
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/NetBSD/md4.cc
@@ -105,10 +105,10 @@
   // CHECK: test1: 'bf78fda2ca35eb7a026bfcdd3d17283d'
   // CHECK: test2: 'bf78fda2ca35eb7a026bfcdd3d17283d'
   // CHECK: test3: 'bf78fda2ca35eb7a026bfcdd3d17283d'
-  // CHECK: test4: '85b3d78ce68be51f710272728fe606af'
-  // CHECK: test5: '85b3d78ce68be51f710272728fe606af'
-  // CHECK: test6: '{{.*}}'
-  // CHECK: test7: '{{.*}}'
+  // CHECK: test4: '{{.*}}'
+  // CHECK: test5: '{{.*}}'
+  // CHECK: test6: 'bf78fda2ca35eb7a026bfcdd3d17283d'
+  // CHECK: test7: 'bf78fda2ca35eb7a026bfcdd3d17283d'
 
   return 0;
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56106.179560.patch
Type: text/x-patch
Size: 1556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181227/018edf69/attachment.bin>


More information about the llvm-commits mailing list