diff options
| author | Christian Tismer <tismer@stackless.com> | 2020-02-15 13:54:48 +0100 |
|---|---|---|
| committer | Christian Tismer <tismer@stackless.com> | 2020-02-19 10:42:23 +0100 |
| commit | 72582a949051383e5b042d43b5b672e3cfa0abc6 (patch) | |
| tree | 625cb5f4a122807a46cdc45bfb5c42c216d5ae19 /sources/pyside2/tests/QtWebKit/shouldInterruptjavascript_test.py | |
| parent | aacf426340994dc366d39f4f64b5dc33a600d9a4 (diff) | |
shiboken: Fix funny Python 2.7 glitches
There are two funny glitches that happen with Python 2.7, only.
One was the smartpointer test which only failed because
Python 2.7 has no list.clear method.
This test could be simplified since the tested object is a true list.
The other one appeared after the introduction of the BUILD_DIR
variable. Python 2.7 failed the enum_test.py because it now
needs an import of shiboken2 to do initialization of the signature
module. That is a timing problem that we did not have before
we had BUILD_DIR.
It makes me curious why this bug could slip through the COIN tests!
Change-Id: I9b509e9998ad9f40431a8b148892429c0e865393
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside2/tests/QtWebKit/shouldInterruptjavascript_test.py')
0 files changed, 0 insertions, 0 deletions
