Issue 122959
Summary Clang failed 100 tests on llvmorg-19.1.7
Labels clang
Assignees
Reporter leecommamichael
    **The windows binaries do not contain a target for wasm, so I decided to build it myself.** This is a fresh install of Windows 11 using Visual Studio 2022. I compiled with Cmake and Ninja as adviced on https://clang.llvm.org/get_started.html

I ran `cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS=clang ..\llvm`
then `ninja check` as advised on the "get started" page.

```
Testing Time: 893.79s

Total Discovered Tests: 98695
  Skipped          :    32 (0.03%)
  Unsupported      :  2898 (2.94%)
  Passed           : 95462 (96.72%)
  Expectedly Failed:   203 (0.21%)
  Failed           :   100 (0.10%)
```

This is on tag `llvmorg-19.1.7` commit `cd708029e0b2869e80abe31ddb175f7c35361f90`

Is this to be expected?
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to