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

correct failed output for direct_state_access.buffers_clear #467

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 17, 2024

  1. correct output for direct_state_access.buffers_clear when failure occurs

    For R8* formats, the data is interpreted as non-numeric, so it messes
    with the log output. This change ensures the numbers are produced.
    
    Current outcome for R8* formats failure:
    The test of ClearNamedBufferData has failed for internalformat . Cleared buffer data is equal to [
    
    After the fix:
    The test of ClearNamedBufferData has failed for internalformat . Cleared buffer data is equal to [0], but [5] was expected.
    
    Affects:
    KHR-GL46.direct_state_access.buffers_clear
    
    Change-Id: I9e9d771ba129464824df258d5a7066ac797b4c3a
    Signed-off-by: David Heidelberg <[email protected]>
    okias committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bfc4857 View commit details
    Browse the repository at this point in the history