Bug 91441 - make check DispatchSanity_test.GL30 regression
Summary: make check DispatchSanity_test.GL30 regression
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86-64 (AMD64) All
: medium normal
Assignee: mesa-dev
QA Contact: mesa-dev
URL:
Whiteboard:
Keywords: bisected, regression
Depends on:
Blocks:
 
Reported: 2015-07-24 01:25 UTC by Vinson Lee
Modified: 2015-07-24 05:15 UTC (History)
4 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Vinson Lee 2015-07-24 01:25:57 UTC
mesa: 7c4768540dacab8a4853f1310413cb976b5fb351 (master 10.7.0-devel)

[ RUN      ] DispatchSanity_test.GL30
dispatch_sanity.cpp:173: Failure
Value of: table[i]
  Actual: 0x45f600
Expected: nop_table[i]
Which is: 0x40f080
i = 791 (GetActiveSubroutineName)
dispatch_sanity.cpp:173: Failure
Value of: table[i]
  Actual: 0x45f450
Expected: nop_table[i]
Which is: 0x40f080
i = 792 (GetActiveSubroutineUniformName)
dispatch_sanity.cpp:173: Failure
Value of: table[i]
  Actual: 0x45f150
Expected: nop_table[i]
Which is: 0x40f080
i = 793 (GetActiveSubroutineUniformiv)
dispatch_sanity.cpp:173: Failure
Value of: table[i]
  Actual: 0x45fbd0
Expected: nop_table[i]
Which is: 0x40f080
i = 794 (GetProgramStageiv)
dispatch_sanity.cpp:173: Failure
Value of: table[i]
  Actual: 0x45efb0
Expected: nop_table[i]
Which is: 0x40f080
i = 795 (GetSubroutineIndex)
dispatch_sanity.cpp:173: Failure
Value of: table[i]
  Actual: 0x45ee40
Expected: nop_table[i]
Which is: 0x40f080
i = 796 (GetSubroutineUniformLocation)
dispatch_sanity.cpp:173: Failure
Value of: table[i]
  Actual: 0x45fa50
Expected: nop_table[i]
Which is: 0x40f080
i = 797 (GetUniformSubroutineuiv)
dispatch_sanity.cpp:173: Failure
Value of: table[i]
  Actual: 0x45f7b0
Expected: nop_table[i]
Which is: 0x40f080
i = 798 (UniformSubroutinesuiv)
[  FAILED  ] DispatchSanity_test.GL30 (1 ms)
Comment 1 Vinson Lee 2015-07-24 01:57:01 UTC
b8f3e316bca2c9abd3c885a9447ecf29446d0ccb is the first bad commit
commit b8f3e316bca2c9abd3c885a9447ecf29446d0ccb
Author: Chris Forbes <chrisf@ijw.co.nz>
Date:   Sun Aug 10 20:38:53 2014 +1200

    glapi: Add ARB_shader_subroutine functions and enums (v2)
    
    v2: fix output="true" and LENGTH typo
    
    Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
    Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
    Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
    Signed-off-by: Dave Airlie <airlied@redhat.com>

:040000 040000 ed487e9bd3e11081801f3d4408080f4852401caa 8e96dbd5a2341681342f5bac2923daaf09e82c88 M	src
bisect run success
Comment 2 Dave Airlie 2015-07-24 05:15:23 UTC
should be fixed in master now


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.