[Mesa-dev] [Bug 107483] DispatchSanity_test.GL31_CORE regression
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Aug 4 08:36:50 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=107483
Bug ID: 107483
Summary: DispatchSanity_test.GL31_CORE regression
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: All
Status: NEW
Keywords: regression
Severity: normal
Priority: medium
Component: Mesa core
Assignee: mesa-dev at lists.freedesktop.org
Reporter: vlee at freedesktop.org
QA Contact: mesa-dev at lists.freedesktop.org
CC: brianp at vmware.com, maraeo at gmail.com
===========================================================
Mesa 18.3.0-devel: src/mesa/main/tests/test-suite.log
===========================================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: main-test
===============
Running main() from gtest_main.cc
[==========] Running 12 tests from 5 test cases.
[----------] Global test environment set-up.
[----------] 2 tests from EnumStrings
[ RUN ] EnumStrings.LookUpByNumber
[ OK ] EnumStrings.LookUpByNumber (0 ms)
[ RUN ] EnumStrings.LookUpUnknownNumber
[ OK ] EnumStrings.LookUpUnknownNumber (0 ms)
[----------] 2 tests from EnumStrings (0 ms total)
[----------] 6 tests from DispatchSanity_test
[ RUN ] DispatchSanity_test.GL31_CORE
dispatch_sanity.cpp:174: Failure
Expected: nop_table[i]
Which is: 0x1040cb9d0
To be equal to: table[i]
Which is: 0x104107520
i = 1367 (NamedRenderbufferStorageMultisampleAdvancedAMD)
dispatch_sanity.cpp:174: Failure
Expected: nop_table[i]
Which is: 0x1040cb9d0
To be equal to: table[i]
Which is: 0x104107330
i = 1368 (RenderbufferStorageMultisampleAdvancedAMD)
[ FAILED ] DispatchSanity_test.GL31_CORE (1 ms)
[ RUN ] DispatchSanity_test.GL30
dispatch_sanity.cpp:174: Failure
Expected: nop_table[i]
Which is: 0x1040cb9d0
To be equal to: table[i]
Which is: 0x104107520
i = 1367 (NamedRenderbufferStorageMultisampleAdvancedAMD)
dispatch_sanity.cpp:174: Failure
Expected: nop_table[i]
Which is: 0x1040cb9d0
To be equal to: table[i]
Which is: 0x104107330
i = 1368 (RenderbufferStorageMultisampleAdvancedAMD)
[ FAILED ] DispatchSanity_test.GL30 (1 ms)
[ RUN ] DispatchSanity_test.GLES11
[ OK ] DispatchSanity_test.GLES11 (0 ms)
[ RUN ] DispatchSanity_test.GLES2
dispatch_sanity.cpp:174: Failure
Expected: nop_table[i]
Which is: 0x1040cb9d0
To be equal to: table[i]
Which is: 0x104107520
i = 1367 (NamedRenderbufferStorageMultisampleAdvancedAMD)
dispatch_sanity.cpp:174: Failure
Expected: nop_table[i]
Which is: 0x1040cb9d0
To be equal to: table[i]
Which is: 0x104107330
i = 1368 (RenderbufferStorageMultisampleAdvancedAMD)
[ FAILED ] DispatchSanity_test.GLES2 (0 ms)
[ RUN ] DispatchSanity_test.GLES3
dispatch_sanity.cpp:174: Failure
Expected: nop_table[i]
Which is: 0x1040cb9d0
To be equal to: table[i]
Which is: 0x104107520
i = 1367 (NamedRenderbufferStorageMultisampleAdvancedAMD)
dispatch_sanity.cpp:174: Failure
Expected: nop_table[i]
Which is: 0x1040cb9d0
To be equal to: table[i]
Which is: 0x104107330
i = 1368 (RenderbufferStorageMultisampleAdvancedAMD)
[ FAILED ] DispatchSanity_test.GLES3 (1 ms)
[ RUN ] DispatchSanity_test.GLES31
dispatch_sanity.cpp:174: Failure
Expected: nop_table[i]
Which is: 0x1040cb9d0
To be equal to: table[i]
Which is: 0x104107520
i = 1367 (NamedRenderbufferStorageMultisampleAdvancedAMD)
dispatch_sanity.cpp:174: Failure
Expected: nop_table[i]
Which is: 0x1040cb9d0
To be equal to: table[i]
Which is: 0x104107330
i = 1368 (RenderbufferStorageMultisampleAdvancedAMD)
[ FAILED ] DispatchSanity_test.GLES31 (0 ms)
[----------] 6 tests from DispatchSanity_test (3 ms total)
[----------] 2 tests from MesaFormatsTest
[ RUN ] MesaFormatsTest.FormatTypeAndComps
[ OK ] MesaFormatsTest.FormatTypeAndComps (0 ms)
[ RUN ] MesaFormatsTest.FormatSanity
[ OK ] MesaFormatsTest.FormatSanity (1 ms)
[----------] 2 tests from MesaFormatsTest (1 ms total)
[----------] 1 test from MesaExtensionsTest
[ RUN ] MesaExtensionsTest.AlphabeticallySorted
[ OK ] MesaExtensionsTest.AlphabeticallySorted (0 ms)
[----------] 1 test from MesaExtensionsTest (0 ms total)
[----------] 1 test from program_state_string
[ RUN ] program_state_string.depth_range
[ OK ] program_state_string.depth_range (0 ms)
[----------] 1 test from program_state_string (0 ms total)
[----------] Global test environment tear-down
[==========] 12 tests from 5 test cases ran. (5 ms total)
[ PASSED ] 7 tests.
[ FAILED ] 5 tests, listed below:
[ FAILED ] DispatchSanity_test.GL31_CORE
[ FAILED ] DispatchSanity_test.GL30
[ FAILED ] DispatchSanity_test.GLES2
[ FAILED ] DispatchSanity_test.GLES3
[ FAILED ] DispatchSanity_test.GLES31
5 FAILED TESTS
FAIL main-test (exit status: 1)
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180804/5a65b007/attachment-0001.html>
More information about the mesa-dev
mailing list