Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable image_codec_test with valid test data #413

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 8, 2024

  1. fix: Add valid test images for image_codec_test

    - Replace corrupted TGA test files with valid 2x2 and 4x4 RGBA test images
    - Add test image generator script for reproducibility
    - Test images contain known patterns for verification
    devin-ai-integration[bot] authored and ohhmm committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    8818bd3 View commit details
    Browse the repository at this point in the history
  2. ci: Enable image_codec_test in all CI workflows

    - Remove image_codec_test from test exclusion patterns
    - Keep ts test exclusion for stability
    - Enable test across all platforms (Ubuntu, macOS, Windows)
    devin-ai-integration[bot] authored and ohhmm committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e4495c4 View commit details
    Browse the repository at this point in the history
  3. ci: Enable AddressSanitizer in Ubuntu workflow

    - Enable ASAN for Debug build configuration
    - Set CMAKE_BUILD_TYPE=Debug for better debugging information
    - Keep Release build for performance comparison
    devin-ai-integration[bot] authored and ohhmm committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    efe1476 View commit details
    Browse the repository at this point in the history