-
Notifications
You must be signed in to change notification settings - Fork 798
[CI][E2E] Split gen12 pre-commit testing into build and run stages #16321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 5 commits
ad165c5
d604088
0f6313b
142e661
ba3dd1a
8ec39c3
ca6fdce
99747cc
04676fd
0470bf2
0a7a772
b0dabe2
125285c
ee4a9ce
3047efb
d38dce2
06f0abb
3bb4d20
3e7d549
a49ec58
3951884
cee4ea0
702b54a
2000693
457db63
7cc0042
dabce66
1d12eac
6ee8620
776e5f0
35f8e08
c9eb5de
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,7 @@ | |
| //===---------------------------------------------------------------------===// | ||
|
|
||
| // REQUIRES: opencl-aot, cpu | ||
| // REQUIRES: build-and-run-mode | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What is the reason behind this extra requirement? If we have any limitations now as to what we can do in our tests, then they should be documented somewhere.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hey, so the extra requirements in this pr fell into these camps:
Here's a run of the CI before adding the extra requirements: https://github.com/intel/llvm/actions/runs/12262397938 As for the comment about the tests being disabled forever, I am working on #16306 to avoid this. The idea there being that when in Should also point out Andrei's comment on that pr #16306 (comment), Which I think explains the current plan in regards to this extra mark-up.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added the
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @AlexeySachkov Hey, just wanted to check if your concerns with the documentation + accidentally disabling tests were addressed. With the documentation pr #16409, and the use of the fallback option. With the regards to the fallback option for running tests that require |
||
|
|
||
| // RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 %S/Inputs/aot.cpp -o %t.out | ||
| // RUN: %{run} %t.out | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| // End-to-End test for testing device image compression in AOT. | ||
| // REQUIRES: zstd, opencl-aot, cpu | ||
| // REQUIRES: build-and-run-mode | ||
|
|
||
| // RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 %O0 --offload-compress --offload-compression-level=3 %S/Inputs/single_kernel.cpp -o %t_compress.out | ||
| // RUN: %{run} %t_compress.out |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| // REQUIRES: opencl-aot, cpu, linux | ||
| // REQUIRES: build-and-run-mode | ||
|
|
||
| // RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=spir64_x86_64 %S/assert.cpp -o %t.aot.out | ||
| // RUN: env EXPECTED_SIGNAL=SIGABRT SHOULD_CRASH=1 %{run} %t.aot.out 2>&1 | FileCheck %S/assert.cpp --check-prefixes=CHECK-MESSAGE |
Uh oh!
There was an error while loading. Please reload this page.