oneDPL icon indicating copy to clipboard operation
oneDPL copied to clipboard

Fix broken tests of `std::complex` - part 2/2

Open SergeyKopienko opened this issue 9 months ago • 0 comments

In this PR we fix two broken tests of std::complex :

  • acos.pass.cpp
  • exp.pass.cpp
  • tanh.pass.cpp

Also in this PR we move assertion check from is_about function to caller side to have ability of viewing the line of test code with broken test case.

SergeyKopienko avatar May 13 '24 14:05 SergeyKopienko