b***@freedesktop.org
2018-12-08 00:17:18 UTC
https://bugs.freedesktop.org/show_bug.cgi?id=108974
Bug ID: 108974
Summary: make check DispatchSanity_test regression
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: All
Status: NEW
Keywords: bisected, regression
Severity: normal
Priority: medium
Component: Mesa core
Assignee: mesa-***@lists.freedesktop.org
Reporter: ***@freedesktop.org
QA Contact: mesa-***@lists.freedesktop.org
CC: ***@anholt.net, ***@bitplanet.net
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: 0x55b1d895e230
To be equal to: table[i]
Which is: 0x55b1d898e2d0
i = 1160 (FramebufferTexture2DMultisampleEXT)
[ FAILED ] DispatchSanity_test.GL31_CORE (1 ms)
[ RUN ] DispatchSanity_test.GL30
dispatch_sanity.cpp:174: Failure
Expected: nop_table[i]
Which is: 0x55b1d895e230
To be equal to: table[i]
Which is: 0x55b1d898e2d0
i = 1160 (FramebufferTexture2DMultisampleEXT)
[ 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: 0x55b1d895e230
To be equal to: table[i]
Which is: 0x55b1d898e2d0
i = 1160 (FramebufferTexture2DMultisampleEXT)
[ FAILED ] DispatchSanity_test.GLES2 (0 ms)
[ RUN ] DispatchSanity_test.GLES3
dispatch_sanity.cpp:174: Failure
Expected: nop_table[i]
Which is: 0x55b1d895e230
To be equal to: table[i]
Which is: 0x55b1d898e2d0
i = 1160 (FramebufferTexture2DMultisampleEXT)
[ FAILED ] DispatchSanity_test.GLES3 (0 ms)
[ RUN ] DispatchSanity_test.GLES31
dispatch_sanity.cpp:174: Failure
Expected: nop_table[i]
Which is: 0x55b1d895e230
To be equal to: table[i]
Which is: 0x55b1d898e2d0
i = 1160 (FramebufferTexture2DMultisampleEXT)
[ FAILED ] DispatchSanity_test.GLES31 (1 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 (0 ms)
[----------] 2 tests from MesaFormatsTest (0 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. (3 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)
commit 1b331ae505e63033634d9f5267ca1949336f75d8
Author: Kristian H. Kristensen <***@chromium.org>
Date: Mon Nov 5 21:19:21 2018 -0800
mesa: Add core support for EXT_multisampled_render_to_texture{,2}
This also turns on EXT_multisampled_render_to_texture which is a
subset of EXT_multisampled_render_to_texture2, allowing only
COLOR_ATTACHMENT0.
Reviewed-by: Eric Anholt <***@anholt.net>
Signed-off-by: Kristian H. Kristensen <***@chromium.org>
:040000 040000 d6922bd08d46ab35b96e85798d34231cbe05956f
4b142ab99bc445d446373c316c7f9dde466e2219 M src
bisect run success
Bug ID: 108974
Summary: make check DispatchSanity_test regression
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: All
Status: NEW
Keywords: bisected, regression
Severity: normal
Priority: medium
Component: Mesa core
Assignee: mesa-***@lists.freedesktop.org
Reporter: ***@freedesktop.org
QA Contact: mesa-***@lists.freedesktop.org
CC: ***@anholt.net, ***@bitplanet.net
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: 0x55b1d895e230
To be equal to: table[i]
Which is: 0x55b1d898e2d0
i = 1160 (FramebufferTexture2DMultisampleEXT)
[ FAILED ] DispatchSanity_test.GL31_CORE (1 ms)
[ RUN ] DispatchSanity_test.GL30
dispatch_sanity.cpp:174: Failure
Expected: nop_table[i]
Which is: 0x55b1d895e230
To be equal to: table[i]
Which is: 0x55b1d898e2d0
i = 1160 (FramebufferTexture2DMultisampleEXT)
[ 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: 0x55b1d895e230
To be equal to: table[i]
Which is: 0x55b1d898e2d0
i = 1160 (FramebufferTexture2DMultisampleEXT)
[ FAILED ] DispatchSanity_test.GLES2 (0 ms)
[ RUN ] DispatchSanity_test.GLES3
dispatch_sanity.cpp:174: Failure
Expected: nop_table[i]
Which is: 0x55b1d895e230
To be equal to: table[i]
Which is: 0x55b1d898e2d0
i = 1160 (FramebufferTexture2DMultisampleEXT)
[ FAILED ] DispatchSanity_test.GLES3 (0 ms)
[ RUN ] DispatchSanity_test.GLES31
dispatch_sanity.cpp:174: Failure
Expected: nop_table[i]
Which is: 0x55b1d895e230
To be equal to: table[i]
Which is: 0x55b1d898e2d0
i = 1160 (FramebufferTexture2DMultisampleEXT)
[ FAILED ] DispatchSanity_test.GLES31 (1 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 (0 ms)
[----------] 2 tests from MesaFormatsTest (0 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. (3 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)
commit 1b331ae505e63033634d9f5267ca1949336f75d8
Author: Kristian H. Kristensen <***@chromium.org>
Date: Mon Nov 5 21:19:21 2018 -0800
mesa: Add core support for EXT_multisampled_render_to_texture{,2}
This also turns on EXT_multisampled_render_to_texture which is a
subset of EXT_multisampled_render_to_texture2, allowing only
COLOR_ATTACHMENT0.
Reviewed-by: Eric Anholt <***@anholt.net>
Signed-off-by: Kristian H. Kristensen <***@chromium.org>
:040000 040000 d6922bd08d46ab35b96e85798d34231cbe05956f
4b142ab99bc445d446373c316c7f9dde466e2219 M src
bisect run success
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.