[llvm] [offload] add parameterized unit tests (PR #209115)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 4 02:36:01 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:
You haven't missed that, I added it after your first comment:)
https://github.com/llvm/llvm-project/pull/209115
More information about the llvm-commits
mailing list