mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-20 15:09:42 +00:00
Some checks are pending
CI / macOS, arm64, Sanitizer_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
10 lines
468 B
CMake
10 lines
468 B
CMake
ladybird_test(test-invalid-unicode-js.cpp LibJS LIBS LibJS LibUnicode)
|
|
ladybird_test(test-value-js.cpp LibJS LIBS LibJS LibUnicode)
|
|
|
|
# FIXME: This test is currently not working in the windows-2025 GHA image due to the Visual Studio version currently being used
|
|
if (WIN32 AND ENABLE_WINDOWS_CI)
|
|
return()
|
|
endif()
|
|
|
|
ladybird_testjs_test(test-js.cpp test-js LIBS LibGC)
|
|
set_tests_properties(test-js PROPERTIES ENVIRONMENT LADYBIRD_SOURCE_DIR=${LADYBIRD_PROJECT_ROOT})
|