On Monday, 29 August 2022 05:34:48 -03 Mikołaj Boć wrote: > We plan to enable the feature on CI for WASM. Since that has not yet been > done, breaking the tests unintentionally is possible. With CI on, it will > become everyone’s responsibility to keep them running (at least on WASM, > which will be checked by the CI). Following the guideline on symbol name > duplication will save us a considerable amount of work. > > Batching tests for other platforms is an opt-in, please do check whether > that would simplify the testing pipeline on the platform you are proficient > with.
I'd recommend you consider enabling that for at least one of the fast platforms that are in the minimal build set of the CI. WASM doesn't appear to be a fast compile, so waiting 2 hours to find out that you've made a mistake is sub-optimal. -- Thiago Macieira - thiago.macieira (AT) intel.com Cloud Software Architect - Intel DCAI Cloud Engineering _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
