File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -399,24 +399,5 @@ llvm::Error verifyResult(offloadtest::Result R) {
399399 }
400400 }
401401
402- OS << " Expected:\n " ;
403- llvm::yaml::Output YAMLOS (OS);
404- YAMLOS << *R.ExpectedPtr ;
405- OS << " Got:\n " ;
406- YAMLOS << *R.ActualPtr ;
407-
408- // Now print exact hex64 representations of each element of the
409- // actual and expected buffers.
410-
411- const std::string ExpectedBufferStr =
412- getBufferStr (R.ExpectedPtr , R.ComparisonRule );
413- const std::string ActualBufferStr =
414- getBufferStr (R.ActualPtr , R.ComparisonRule );
415-
416- OS << " Full Hex 64bit representation of Expected Buffer Values:\n "
417- << ExpectedBufferStr << " \n " ;
418- OS << " Full Hex 64bit representation of Actual Buffer Values:\n "
419- << ActualBufferStr << " \n " ;
420-
421402 return llvm::createStringError (Str.c_str ());
422403}
You can’t perform that action at this time.
0 commit comments