Add async_build test to list of tests to skip during offline compilation mode (#950)

The test attempts to build a program from source containing invalid code, to
provoke a build failure. In offline compilation mode, this causes the offline
compiler to give an error, failing the test.

Signed-off-by: Einar Hov <einar.hov@arm.com>
This commit is contained in:
Einar Hov
2020-09-10 16:58:29 +01:00
committed by GitHub
parent c67868834a
commit 172322e155

View File

@@ -744,6 +744,7 @@ const char *subtests_to_skip_with_offline_compiler[] = {
"simple_link_with_callback",
"simple_static_compile_only",
"two_file_link",
"async_build",
};
int check_functions_for_offline_compiler(const char *subtestname, cl_device_id device)