<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [bisected] meson build test 'main-test' fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109002">109002</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[bisected] meson build test 'main-test' fails
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Mesa core
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>krh@bitplanet.net
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>clayton.a.craft@intel.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>mesa-dev@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Output from failing test:

1/1 mesa:mesa / main-test                   FAIL     0.01 s (exit status 1)

--- command ---
/home/clayton/repos/mesa/build_meson-buildtest_m64/src/mesa/main/tests/main_test
--- stdout ---
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
../src/mesa/main/tests/dispatch_sanity.cpp:174: Failure
      Expected: nop_table[i]
      Which is: 0x564e45719b40
To be equal to: table[i]
      Which is: 0x564e45747dc0
i = 1160 (FramebufferTexture2DMultisampleEXT)
[  FAILED  ] DispatchSanity_test.GL31_CORE (1 ms)
[ RUN      ] DispatchSanity_test.GL30
../src/mesa/main/tests/dispatch_sanity.cpp:174: Failure
      Expected: nop_table[i]
      Which is: 0x564e45719b40
To be equal to: table[i]
      Which is: 0x564e45747dc0
i = 1160 (FramebufferTexture2DMultisampleEXT)
[  FAILED  ] DispatchSanity_test.GL30 (0 ms)
[ RUN      ] DispatchSanity_test.GLES11
[       OK ] DispatchSanity_test.GLES11 (0 ms)
[ RUN      ] DispatchSanity_test.GLES2
../src/mesa/main/tests/dispatch_sanity.cpp:174: Failure
      Expected: nop_table[i]
      Which is: 0x564e45719b40
To be equal to: table[i]
      Which is: 0x564e45747dc0
i = 1160 (FramebufferTexture2DMultisampleEXT)
[  FAILED  ] DispatchSanity_test.GLES2 (1 ms)
[ RUN      ] DispatchSanity_test.GLES3
../src/mesa/main/tests/dispatch_sanity.cpp:174: Failure
      Expected: nop_table[i]
      Which is: 0x564e45719b40
To be equal to: table[i]
      Which is: 0x564e45747dc0
i = 1160 (FramebufferTexture2DMultisampleEXT)
[  FAILED  ] DispatchSanity_test.GLES3 (0 ms)
[ RUN      ] DispatchSanity_test.GLES31
../src/mesa/main/tests/dispatch_sanity.cpp:174: Failure
      Expected: nop_table[i]
      Which is: 0x564e45719b40
To be equal to: table[i]
      Which is: 0x564e45747dc0
i = 1160 (FramebufferTexture2DMultisampleEXT)
[  FAILED  ] DispatchSanity_test.GLES31 (0 ms)
[----------] 6 tests from DispatchSanity_test (2 ms total)





The failure has been bisected to this commit:

commit 1b331ae505e63033634d9f5267ca1949336f75d8
Author: Kristian H. Kristensen <<a href="mailto:hoegsberg@chromium.org">hoegsberg@chromium.org</a>>
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 <<a href="mailto:eric@anholt.net">eric@anholt.net</a>>
    Signed-off-by: Kristian H. Kristensen <<a href="mailto:hoegsberg@chromium.org">hoegsberg@chromium.org</a>></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>