aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/registry/exists_darwin_5_12_0_ci.py
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-02-04 13:47:27 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-02-06 09:35:32 +0000
commitdd425c256abc06ba5525198c45a4bab9e22aafad (patch)
tree3446f791c3ca0f6d0dae93e7f2c06634e6eb14a5 /sources/pyside2/tests/registry/exists_darwin_5_12_0_ci.py
parente186166f292fbaf8fa8af3fbffdf4f08e9cb7009 (diff)
typesystem_gui_common.xml: Cleanup
- Remove duplicate modifications of QOpenGLExtraFunctions::SamplerParameteri/fv() that are covered by the below regular expression - Remove QMatrix4x2::copyDataTo() as is done for the other QMatrix<N>x<M> classes, fixing: There's no user provided way (conversion rule, argument removal, custom code, etc) to handle the primitive type 'float *' of argument 1 in function 'QMatrix4x2::copyDataTo(float * values) const'. - Remove the array modifications of the QMatrix<N>x<M> constructors (specializations of QGenericMatrix). They don't work since the handling is not implemented in shiboken's AbstractMetaBuilderPrivate::inheritTemplate(). This can be fixed, but has no effect here since the manually added constructor from a PySequence always takes preference. This fixes: There's no user provided way (conversion rule, argument removal, custom code, etc) to handle the primitive type 'const float *' of argument 1 in function 'QMatrix2x2::QMatrix2x2(const float * values)'. 'const float *' of argument 1 in function 'QMatrix2x3::QMatrix2x3(const float * values)'. 'const float *' of argument 1 in function 'QMatrix2x4::QMatrix2x4(const float * values)'. 'const float *' of argument 1 in function 'QMatrix3x2::QMatrix3x2(const float * values)'. 'const float *' of argument 1 in function 'QMatrix3x3::QMatrix3x3(const float * values)'. 'const float *' of argument 1 in function 'QMatrix3x4::QMatrix3x4(const float * values)'. 'const float *' of argument 1 in function 'QMatrix4x2::QMatrix4x2(const float * values)'. 'const float *' of argument 1 in function 'QMatrix4x3::QMatrix4x3(const float * values)'. Change-Id: Iea9ced35158b31fb006d038cd5c307d5feec839e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'sources/pyside2/tests/registry/exists_darwin_5_12_0_ci.py')
-rw-r--r--sources/pyside2/tests/registry/exists_darwin_5_12_0_ci.py17
1 files changed, 8 insertions, 9 deletions
diff --git a/sources/pyside2/tests/registry/exists_darwin_5_12_0_ci.py b/sources/pyside2/tests/registry/exists_darwin_5_12_0_ci.py
index 7a070abfe..a1fd624d9 100644
--- a/sources/pyside2/tests/registry/exists_darwin_5_12_0_ci.py
+++ b/sources/pyside2/tests/registry/exists_darwin_5_12_0_ci.py
@@ -4421,7 +4421,7 @@ if "PySide2.QtGui" in sys.modules:
"QMatrix.translate": ('float', 'float'),
# class PySide2.QtGui.QMatrix2x2:
- "QMatrix2x2.__init__": [(), ('PySide2.QtGui.QMatrix2x2',), ('float',), ('typing.Iterable',)],
+ "QMatrix2x2.__init__": [(), ('PySide2.QtGui.QMatrix2x2',), ('typing.Iterable',)],
"QMatrix2x2.__call__": ('int', 'int'),
"QMatrix2x2.__copy__": (),
"QMatrix2x2.__iadd__": ('Missing("PySide2.QtGui.QGenericMatrix")',),
@@ -4437,7 +4437,7 @@ if "PySide2.QtGui" in sys.modules:
"QMatrix2x2.transposed": (),
# class PySide2.QtGui.QMatrix2x3:
- "QMatrix2x3.__init__": [(), ('PySide2.QtGui.QMatrix2x3',), ('float',), ('typing.Iterable',)],
+ "QMatrix2x3.__init__": [(), ('PySide2.QtGui.QMatrix2x3',), ('typing.Iterable',)],
"QMatrix2x3.__call__": ('int', 'int'),
"QMatrix2x3.__copy__": (),
"QMatrix2x3.__iadd__": ('Missing("PySide2.QtGui.QGenericMatrix")',),
@@ -4453,7 +4453,7 @@ if "PySide2.QtGui" in sys.modules:
"QMatrix2x3.transposed": (),
# class PySide2.QtGui.QMatrix2x4:
- "QMatrix2x4.__init__": [(), ('PySide2.QtGui.QMatrix2x4',), ('float',), ('typing.Iterable',)],
+ "QMatrix2x4.__init__": [(), ('PySide2.QtGui.QMatrix2x4',), ('typing.Iterable',)],
"QMatrix2x4.__call__": ('int', 'int'),
"QMatrix2x4.__copy__": (),
"QMatrix2x4.__iadd__": ('Missing("PySide2.QtGui.QGenericMatrix")',),
@@ -4469,7 +4469,7 @@ if "PySide2.QtGui" in sys.modules:
"QMatrix2x4.transposed": (),
# class PySide2.QtGui.QMatrix3x2:
- "QMatrix3x2.__init__": [(), ('PySide2.QtGui.QMatrix3x2',), ('float',), ('typing.Iterable',)],
+ "QMatrix3x2.__init__": [(), ('PySide2.QtGui.QMatrix3x2',), ('typing.Iterable',)],
"QMatrix3x2.__call__": ('int', 'int'),
"QMatrix3x2.__copy__": (),
"QMatrix3x2.__iadd__": ('Missing("PySide2.QtGui.QGenericMatrix")',),
@@ -4485,7 +4485,7 @@ if "PySide2.QtGui" in sys.modules:
"QMatrix3x2.transposed": (),
# class PySide2.QtGui.QMatrix3x3:
- "QMatrix3x3.__init__": [(), ('PySide2.QtGui.QMatrix3x3',), ('float',), ('typing.Iterable',)],
+ "QMatrix3x3.__init__": [(), ('PySide2.QtGui.QMatrix3x3',), ('typing.Iterable',)],
"QMatrix3x3.__call__": ('int', 'int'),
"QMatrix3x3.__copy__": (),
"QMatrix3x3.__iadd__": ('Missing("PySide2.QtGui.QGenericMatrix")',),
@@ -4501,7 +4501,7 @@ if "PySide2.QtGui" in sys.modules:
"QMatrix3x3.transposed": (),
# class PySide2.QtGui.QMatrix3x4:
- "QMatrix3x4.__init__": [(), ('PySide2.QtGui.QMatrix3x4',), ('float',), ('typing.Iterable',)],
+ "QMatrix3x4.__init__": [(), ('PySide2.QtGui.QMatrix3x4',), ('typing.Iterable',)],
"QMatrix3x4.__call__": ('int', 'int'),
"QMatrix3x4.__copy__": (),
"QMatrix3x4.__iadd__": ('Missing("PySide2.QtGui.QGenericMatrix")',),
@@ -4517,7 +4517,7 @@ if "PySide2.QtGui" in sys.modules:
"QMatrix3x4.transposed": (),
# class PySide2.QtGui.QMatrix4x2:
- "QMatrix4x2.__init__": [(), ('PySide2.QtGui.QMatrix4x2',), ('float',), ('typing.Iterable',)],
+ "QMatrix4x2.__init__": [(), ('PySide2.QtGui.QMatrix4x2',), ('typing.Iterable',)],
"QMatrix4x2.__call__": ('int', 'int'),
"QMatrix4x2.__copy__": (),
"QMatrix4x2.__iadd__": ('Missing("PySide2.QtGui.QGenericMatrix")',),
@@ -4526,7 +4526,6 @@ if "PySide2.QtGui" in sys.modules:
"QMatrix4x2.__reduce__": (),
"QMatrix4x2.__repr__": (),
"QMatrix4x2.constData": (),
- "QMatrix4x2.copyDataTo": ('float',),
"QMatrix4x2.data": (),
"QMatrix4x2.fill": ('float',),
"QMatrix4x2.isIdentity": (),
@@ -4534,7 +4533,7 @@ if "PySide2.QtGui" in sys.modules:
"QMatrix4x2.transposed": (),
# class PySide2.QtGui.QMatrix4x3:
- "QMatrix4x3.__init__": [(), ('PySide2.QtGui.QMatrix4x3',), ('float',), ('typing.Iterable',)],
+ "QMatrix4x3.__init__": [(), ('PySide2.QtGui.QMatrix4x3',), ('typing.Iterable',)],
"QMatrix4x3.__call__": ('int', 'int'),
"QMatrix4x3.__copy__": (),
"QMatrix4x3.__iadd__": ('Missing("PySide2.QtGui.QGenericMatrix")',),