Skip to content

Commit a7a26b3

Browse files
committed
Skip general async tests for FPGA
1 parent ed72993 commit a7a26b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/general/header_inclusion_order_async_0.pass.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "support/test_config.h"
1111

1212
#include _PSTL_TEST_HEADER(execution)
13-
#if TEST_DPCPP_BACKEND_PRESENT
13+
#if TEST_DPCPP_BACKEND_PRESENT && !ONEDPL_FPGA_DEVICE
1414
# include _PSTL_TEST_HEADER(async)
1515
#endif // TEST_DPCPP_BACKEND_PRESENT
1616

@@ -21,7 +21,7 @@
2121
int
2222
main()
2323
{
24-
#if TEST_DPCPP_BACKEND_PRESENT
24+
#if TEST_DPCPP_BACKEND_PRESENT && !ONEDPL_FPGA_DEVICE
2525

2626
auto policy = TestUtils::get_dpcpp_test_policy();
2727
sycl::queue q = policy.queue();

test/general/header_inclusion_order_async_1.pass.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#include "support/test_config.h"
1111

12-
#if TEST_DPCPP_BACKEND_PRESENT
12+
#if TEST_DPCPP_BACKEND_PRESENT && !ONEDPL_FPGA_DEVICE
1313
# include _PSTL_TEST_HEADER(async)
1414
#endif // TEST_DPCPP_BACKEND_PRESENT
1515
#include _PSTL_TEST_HEADER(execution)
@@ -21,7 +21,7 @@
2121
int
2222
main()
2323
{
24-
#if TEST_DPCPP_BACKEND_PRESENT
24+
#if TEST_DPCPP_BACKEND_PRESENT && !ONEDPL_FPGA_DEVICE
2525

2626
auto policy = TestUtils::get_dpcpp_test_policy();
2727
sycl::queue q = policy.queue();

0 commit comments

Comments
 (0)