[llvm] [offload] add parameterized unit tests (PR #209115)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 31 01:20:27 PDT 2026


================
@@ -6,258 +6,120 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "../common/Fixtures.hpp"
+#include "../common/Properties.hpp"
 #include <OffloadAPI.h>
 #include <gtest/gtest.h>
 
-using olGetDeviceInfoTest = OffloadDeviceTest;
-OFFLOAD_TESTS_INSTANTIATE_DEVICE_FIXTURE(olGetDeviceInfoTest);
+DeviceInfoProperties JustSupportedProperties = mergeProperties(
----------------
EuphoricThinking wrote:

I have added an introduction at the beginning of the file and explanations for the aliased data types. Should I add more clarification?

https://github.com/llvm/llvm-project/pull/209115


More information about the llvm-commits mailing list