This is an archive of the discontinued LLVM Phabricator instance.

[python] Enable bindings tests on Windows
Needs ReviewPublic

Authored by R2RT on Apr 6 2023, 1:56 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Unlike stated by removed comment, they do simply pass in my local enviroment.

In order to find necessary fixes (if any), CI has to run these tests.

Diff Detail

Event Timeline

R2RT created this revision.Apr 6 2023, 1:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2023, 1:56 PM
R2RT requested review of this revision.Apr 6 2023, 1:56 PM
R2RT added a comment.Apr 7 2023, 12:13 AM

According to CI logs, these tests are still not run on Windows builder.
Line below, present in Debian's log, is missing.

[9746/10613] cd /var/lib/buildkite-agent/builds/llvm-project/clang/bindings/python && /usr/bin/cmake -E env CLANG_NO_DEFAULT_CONFIG=1 CLANG_LIBRARY_PATH=/var/lib/buildkite-agent/builds/llvm-project/build/lib /usr/bin/python3.9 -m unittest discover

Further investigation is needed.