Skip to content
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

Allow running LLVM tests on Windows on ARM #156

Open
kaadam opened this issue Apr 5, 2023 · 0 comments
Open

Allow running LLVM tests on Windows on ARM #156

kaadam opened this issue Apr 5, 2023 · 0 comments

Comments

@kaadam
Copy link
Contributor

kaadam commented Apr 5, 2023

Windows pre-build-llvm and llvm tests workflow for x64 is already merged #149. Currently tests are disabled on Windows on ARM, since the following tests are failing on it using release_15x branch.
I managed to reproduce in official llvm-project on release/15.x as well. However they are gone in release/16.x.

I'm not sure it is worth to backport all related commits, but maybe mark them as 'Expectedly Failed' could be a good workaround until release_16x update.

@bryanpkc what do you think?

  Clang :: Analysis/cxx-crashes.cpp
  Clang :: CodeGen/2008-12-23-AsmIntPointerTie.c
  Clang :: CodeGen/c-strings.c
  Clang :: CodeGen/statements.c
  Clang :: CodeGen/volatile-1.c
  Clang :: CodeGenCXX/reinterpret-cast.cpp
  Clang :: Driver/flang/flang.f90
  Clang :: Driver/flang/flang_ucase.F90
  Clang :: Driver/flang/multiple-inputs.f90
  Clang :: Sema/array-init.c
  Clang :: Sema/compound-literal.c
  Clang :: SemaCXX/cstyle-cast.cpp
  Clang :: SemaCXX/functional-cast.cpp
  Clang :: SemaObjC/nonnull.m
  Clang :: SemaObjCXX/pointer-to-objc-pointer-conv.mm
@kaadam kaadam changed the title Allow running LLVM tests on WIndows on ARM Allow running LLVM tests on Windows on ARM Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant