Skip to content

Commit

Permalink
Remove ERROR_TEST gtest from libcudf (rapidsai#16722)
Browse files Browse the repository at this point in the history
Removes the `ERROR_TEST` gtest from libcudf. This test was only verifying some macros on mostly CUDA behavior and not libcudf specific functions. The tests have become troublesome to support in CI especially in conjunction with other tools like `compute-sanitizer`.

Authors:
  - David Wendt (https://github.com/davidwendt)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - Nghia Truong (https://github.com/ttnghia)
  - Jayjeet Chakraborty (https://github.com/JayjeetAtGithub)

URL: rapidsai#16722
  • Loading branch information
davidwendt authored Sep 3, 2024
1 parent a83ac6f commit fa1486e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 140 deletions.
4 changes: 0 additions & 4 deletions cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ ConfigureTest(SCALAR_TEST scalar/scalar_test.cpp scalar/scalar_device_view_test.
# * timestamps tests ------------------------------------------------------------------------------
ConfigureTest(TIMESTAMPS_TEST wrappers/timestamps_test.cu)

# ##################################################################################################
# * cudf tests ------------------------------------------------------------------------------------
ConfigureTest(ERROR_TEST error/error_handling_test.cu)

# ##################################################################################################
# * groupby tests ---------------------------------------------------------------------------------
ConfigureTest(
Expand Down
136 changes: 0 additions & 136 deletions cpp/tests/error/error_handling_test.cu

This file was deleted.

0 comments on commit fa1486e

Please sign in to comment.