Test Results
This chapter reports the outcome of running the slint-sc test suites:
the unit and syntax tests of the compiler with the slint-sc feature, and the unit tests and .slint test driver cases of the slint-sc runtime crate.
The syntax tests are reported per test file rather than as the single test that drives them.
Toolchain
Section titled “Toolchain”The suites were built and run with:
rustc 1.98.1 (48a229cea 2026-09-01)binary: rustccommit-hash: 48a229ceaefd4985c50990b14116b6d856af0985commit-date: 2026-09-01host: x86_64-unknown-linux-gnurelease: 1.98.1LLVM version: 22.1.8cargo 1.98.1 (797e8a9bc 2026-08-05)Generated from commit 18b99f224d ↗.
812 tests: 812 passed, 0 failed.
| Suite | Tests | Passed | Failed |
|---|---|---|---|
i_slint_compiler | 331 | 331 | 0 |
array_function_stability | 2 | 2 | 0 |
consistent_styles | 1 | 1 | 0 |
layout_cell_properties | 4 | 4 | 0 |
llr_lowering | 1 | 1 | 0 |
lower_shadows | 2 | 2 | 0 |
native_class_selection | 6 | 6 | 0 |
platform_uses_mock_data | 3 | 3 | 0 |
single_cell_box_layout | 4 | 4 | 0 |
syntax-tests | 400 | 400 | 0 |
slint_sc | 13 | 13 | 0 |
slint-sc-driver | 45 | 45 | 0 |
Slint Compiler
Section titled “Slint Compiler”The slint-sc/ subset of the compiler’s syntax tests: each file is compiled in Slint SC mode and its diagnostics are checked against the expectations embedded in the file.
Slint SC Runtime
Section titled “Slint SC Runtime”The test driver cases: each case is a .slint file compiled with slint-compiler; the embedded Rust test code is built against the runtime and executed.
© 2026 SixtyFPS GmbH