Skip to content

Commit

Permalink
test: Re-enable linux tests for ubuntu 24.4 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lunarg committed Nov 6, 2024
1 parent 09ec4f3 commit cfadc53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions library/test/test_api_create_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ int main(int argc, char** argv) {
return result;
}

#if defined(_WIN32) || defined(MUSTFIX) // To allow Ubuntu 24.04 C.I. upgrade
TEST(api_create_device_profile, check_support_vulkan_1_0) {
const VpProfileProperties profile = {VP_LUNARG_MINIMUM_REQUIREMENTS_1_0_NAME, VP_LUNARG_MINIMUM_REQUIREMENTS_1_0_SPEC_VERSION};

Expand Down Expand Up @@ -92,7 +91,6 @@ TEST(api_create_device_profile, check_support_vulkan_1_3) {
EXPECT_TRUE(result == VK_SUCCESS);
EXPECT_TRUE(supported == VK_TRUE);
}
#endif//MUSTFIX

#ifdef VKU_FORCE_EXTRA_TESTS
TEST(api_create_device_profile, check_support_desktop_2022) {
Expand Down
2 changes: 0 additions & 2 deletions library/test/test_api_profile_object.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ struct Capabilities {
}
};

#if defined(_WIN32) || defined(MUSTFIX) // To allow Ubuntu 24.04 C.I. upgrade
TEST(api_capabilities_object, check_support_vulkan_1_1) {
Capabilities object;

Expand All @@ -90,7 +89,6 @@ TEST(api_capabilities_object, check_support_vulkan_1_1) {
EXPECT_TRUE(result == VK_SUCCESS);
EXPECT_TRUE(supported == VK_TRUE);
}
#endif // defined(_WIN32) || defined(MUSTFIX)

TEST(api_capabilities_object, overrite_with_unsupported_extensions) {
Capabilities object;
Expand Down

0 comments on commit cfadc53

Please sign in to comment.