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

Conversation

@alexbatashev
Copy link

Test failures are caused by driver regression.

@alexbatashev alexbatashev requested review from a team as code owners January 28, 2022 13:32
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// UNSUPPORTED: cuda || hip
// Temporarily disable test on Windows due to regressions in GPU driver.
// UNSUPPORTED: cuda || hip, windows

Choose a reason for hiding this comment

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

Why it is unsupported?
I guess it should be XFAIL:level_zero

Copy link
Author

Choose a reason for hiding this comment

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

XFAIL is a poor test disabling practice. When the test is fixed, it'll fire up in every test run.

Choose a reason for hiding this comment

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

this is intended. Otherwise we may miss fix/unstable tets behavior.

Choose a reason for hiding this comment

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

  • 1 for XFAIL. XFAIL shows a problem in implementation which must be fixed, UNSUPPORTED means the test is not meant to be run at all on unsupported config.

Copy link

Choose a reason for hiding this comment

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

I think the comment clearly explains the motivation to disable test on Windows. I agree with Alex that using UNSUPPORTED to disable failing tests in llvm-test-suite is less disruptive for CI system than XFAIL.
As of today, it's not possible to make some commits to intel/llvm and do not break CI checks if we use XFAIL mark.

Copy link

@AlexeySachkov AlexeySachkov left a comment

Choose a reason for hiding this comment

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

Ok with Printf/double.cpp temporary disabling on Windows

@kbobrovs
Copy link

@bader, review comments have not been addressed AFAICS - there is still UNSUPPORTED. Is this going to be fixed in a separate PR?

@bader
Copy link

bader commented Jan 31, 2022

Is this going to be fixed in a separate PR?

It's better ask @alexbatashev.

aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
Test failures are caused by GPU driver regression.
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.

5 participants