• Pavel's avatar
    Make tests pass with debug build (#833) · 3aa3db3b
    Pavel authored
    * remove unused param and fix incorrect signature
    
    * in debug mode skia enables trivial_abi
    
    related skia change:
    https://github.com/JetBrains/skia/commit/3cd41698078075347badbeb64e546d8539c29ff8
    
    * make paragraph tests pass with skiko.debug
    
    * extract clone break iterator into separate test
    
    it crashes with skiko.debug=true
    
    * set matrices instead of pointers
    
    before that it was failed with assert in debug mode
    
    set matrices instead of pointers JS/Native
    
    * remove unused function it was leading to wrong overload resolution and crash
    
    * fix quality level in png encoding/decoding
    
    * fail tests before they crash
    
    * skip `breakIteratorCloneTest` with Js target
    3aa3db3b
Name
Last commit
Last update
.github/workflows Loading commit data...
.run Loading commit data...
gradle/wrapper Loading commit data...
samples Loading commit data...
skiko Loading commit data...
.gitignore Loading commit data...
DEVELOPMENT.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle.kts Loading commit data...