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.
Generated from commit b589e4c94f ↗.
728 tests: 728 passed, 0 failed.
| Suite | Tests | Passed | Failed |
|---|---|---|---|
i_slint_compiler | 322 | 322 | 0 |
consistent_styles | 1 | 1 | 0 |
experimental_flex_item_properties | 4 | 4 | 0 |
llr_lowering | 1 | 1 | 0 |
lower_shadows | 2 | 2 | 0 |
single_cell_box_layout | 4 | 4 | 0 |
syntax-tests | 367 | 367 | 0 |
slint_sc | 3 | 3 | 0 |
slint-sc-driver | 24 | 24 | 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