On Wed, Jan 18, 2023 at 7:14 PM Brion Vibber <br...@pobox.com> wrote:

> On Tue, Jan 17, 2023 at 2:48 PM 'Sam Clegg' via emscripten-discuss <
> emscripten-discuss@googlegroups.com> wrote:
>
>>
>>> The build script that build all the pre-built binaries is here:
>>> https://chromium.googlesource.com/emscripten-releases/+/refs/heads/main/src/build.py
>>>
>>
>>
> I've got it building for x86_64 Linux as-is, but before I go diving into
> the cross-compilation I want to check if it's supposed to be failing a lot
> of the llvm tests, or if perhaps there's something wrong with my setup...
>
> ./src/build.py --sync-include cmake,deps,nodejs,sysroot
> ./src/build.py --build-include
> libcxx,llvm-test-depends,llvm,binaryen,emscripten,archive
> ./src/build.py --test-include llvmtest
> ...
>

There are two types of llvm tests, the unit tests.  They show up on the
waterfall as "LLVM regression" and "LLVM testsuite":
https://ci.chromium.org/ui/p/emscripten-releases/builders/ci/linux-test-suites/b8791586887468760305/overview

It does look like the testsuite has 43 failures, but the build stop is not
failing:
https://logs.chromium.org/logs/emscripten-releases/buildbucket/cr-buildbucket/8791586887468760305/+/u/LLVM_testsuite/stdout

So it looks like those are expected/known failures.


>   Failed:  43
>
> Thanks!
>
> -- brion
>
> --
> You received this message because you are subscribed to the Google Groups
> "emscripten-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to emscripten-discuss+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/emscripten-discuss/CAFnWYT%3DxSzv3%3D-56BJpGejt%3DxLyayo3EsauqunOG6BCu5Bat6g%40mail.gmail.com
> <https://groups.google.com/d/msgid/emscripten-discuss/CAFnWYT%3DxSzv3%3D-56BJpGejt%3DxLyayo3EsauqunOG6BCu5Bat6g%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to emscripten-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/CAL_va2_-S%3DgZ2OH9Yw9YUyZQzgGUE2Y4QzjP21gTwt8cbFtQ8A%40mail.gmail.com.

Reply via email to