Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Enable tests outside Unix environment (part 1) #475

Open
wants to merge 6 commits into
base: intel
Choose a base branch
from

Conversation

alexbatashev
Copy link

This part of the patch fixes some minor CMake misconfigurations and gets rid of true Unix utility. Other Unix utilities will be handled by Part 2.

vladimirlaz
vladimirlaz previously approved these changes Sep 30, 2021
s-kanaev
s-kanaev previously approved these changes Sep 30, 2021
Copy link

@s-kanaev s-kanaev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems legit

@@ -1,5 +1,5 @@
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: env SYCL_PARALLEL_FOR_RANGE_ROUNDING_TRACE=1 %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
// RUN: %GPU_RUN_PLACEHOLDER env SYCL_PARALLEL_FOR_RANGE_ROUNDING_TRACE=1 %t.out %GPU_CHECK_PLACEHOLDER

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My guess is that one can imply xxx_RUN_PLACE contains env (or other OS-dependent stuff) already. Should env be present on the RUN command in such a case, then?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

env is LIT builtin command, as well as echo. And echo can't run env.

@bader
Copy link

bader commented Oct 10, 2021

@alexbatashev, please, resolve merge conflicts.

Copy link

@bader bader left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexbatashev, please, resolve new merge conflicts.

@smaslov-intel smaslov-intel removed their request for review December 20, 2022 05:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants