Bug 75503 - DispatchSanity_test.GL31_CORE regression
Summary: DispatchSanity_test.GL31_CORE regression
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2014-02-25 17:30 UTC by Vinson Lee
Modified: 2014-02-26 07:47 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Vinson Lee 2014-02-25 17:30:13 UTC
mesa: 9855477e903e00f7457adb15594048416444b992 (master)

$ make check
[...]
[ RUN      ] DispatchSanity_test.GL31_CORE
dispatch_sanity.cpp:166: Failure
Value of: table[i]
  Actual: 0x5c1fbe
Expected: (_glapi_proc) _mesa_generic_nop
Which is: 0x40b073
i = 858 (BufferStorage)
[  FAILED  ] DispatchSanity_test.GL31_CORE (13 ms)


119ffa7307d62e7310ce3902fded662ee4021c92 is the first bad commit
commit 119ffa7307d62e7310ce3902fded662ee4021c92
Author: Marek Olšák <marek.olsak@amd.com>
Date:   Mon Jan 27 12:56:11 2014 +0100

    glapi: add ARB_buffer_storage
    
    Reviewed-by: Fredrik Höglund <fredrik@kde.org>

:040000 040000 7ded6b03c7a8c2402e5bda13ddcb852cdd2aa28d b2d69ac327aa1911fc585cd0b7187ad28f0f5de9 M	src
bisect run success
Comment 1 Vinson Lee 2014-02-26 07:47:29 UTC
commit f094866d93b772cc91844e012ad07ce4a78fda5d
Author: Vinson Lee <vlee@freedesktop.org>
Date:   Tue Feb 25 12:18:41 2014 -0800

    mesa: Add GL_ARB_buffer_storage to dispatch_sanity.cpp.
    
    Fixes 'make check' failure introduced with commit
    119ffa7307d62e7310ce3902fded662ee4021c92.
    
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=75503
    Signed-off-by: Vinson Lee <vlee@freedesktop.org>
    Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.