Expose some new API to make it easier to test too. Will be used in follow-up patches for a http2 bugfix. The setMaxDynamicTableSize() method no longer sets capacity or evicts entries. This can then be used to set the new maximum size which we will accept later when we receive a Dynamic Table Size Update. This flow makes sense with both encoder and decoder. The decoder would usually be set by us when we send our SETTINGS frame, and then the Dynamic Table Size Update would be sent by the peer. For the encoder we would set the maximum size when we receive the SETTINGS frame, and then we must defer the actual resizing until we can send the Dynamic Table Size Update ourselves, usually along with the next HEADERS frame. Pick-to: 6.5 Task-number: QTBUG-132277 Change-Id: I959f5006eb09427d130735efe136da8c04453fa2 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> (cherry picked from commit be477819ac17850632bca6ce59ee2c8ef11191cd) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 2101e9146522efa3810b10312207f7700fdc4bc7) Reviewed-by: Mate Barany <mate.barany@qt.io> |
||
|---|---|---|
| .. | ||
| auto | ||
| baseline | ||
| benchmarks | ||
| global | ||
| libfuzzer | ||
| manual | ||
| shared | ||
| testserver | ||
| CMakeLists.txt | ||
| README | ||
README
This directory contains autotests and benchmarks based on Qt Test. In order
to run the autotests reliably, you need to configure a desktop to match the
test environment that these tests are written for.
Linux X11:
* The user must be logged in to an active desktop; you can't run the
autotests without a valid DISPLAY that allows X11 connections.
* The tests are run against a KDE3 or KDE4 desktop.
* Window manager uses "click to focus", and not "focus follows mouse". Many
tests move the mouse cursor around and expect this to not affect focus
and activation.
* Disable "click to activate", i.e., when a window is opened, the window
manager should automatically activate it (give it input focus) and not
wait for the user to click the window.