From 17ee99ae2d0491687669a7b12c3e2ecf7c7d1062 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Mon, 7 Apr 2025 10:44:39 +0200 Subject: [PATCH] QGIM: unblacklist test for vxworks The tree tests are passing now, presumably because we instantiate the model explicitly in 8edabea2a76192788d30afc22e2ebcb560195401. Change-Id: I08749311034b34ec958b163c1b19105d847309e9 Reviewed-by: Artem Dyomin --- .../itemmodels/qgenericitemmodel/BLACKLIST | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 tests/auto/corelib/itemmodels/qgenericitemmodel/BLACKLIST diff --git a/tests/auto/corelib/itemmodels/qgenericitemmodel/BLACKLIST b/tests/auto/corelib/itemmodels/qgenericitemmodel/BLACKLIST deleted file mode 100644 index 21bb1048aeb..00000000000 --- a/tests/auto/corelib/itemmodels/qgenericitemmodel/BLACKLIST +++ /dev/null @@ -1,29 +0,0 @@ -# QTBUG-135419 - all tests of tree modifications fail on vxworks -[setData:value tree] -vxworks -[setData:pointer tree] -vxworks -[clearItemData:value tree] -vxworks -[clearItemData:pointer tree] -vxworks -[insertRows:value tree] -vxworks -[insertRows:pointer tree] -vxworks -[removeRows:value tree] -vxworks -[removeRows:pointer tree] -vxworks -[moveRows:value tree] -vxworks -[moveRows:pointer tree] -vxworks -[treeModifyBranch] -vxworks -[treeCreateBranch] -vxworks -[treeRemoveBranch] -vxworks -[treeMoveRowBranches] -vxworks