Summary: | inefficient-qlist fails on 32bit architectures | ||
---|---|---|---|
Product: | [Developer tools] clazy | Reporter: | Pino Toscano <pino> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | rikmills, smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=401494 https://bugs.kde.org/show_bug.cgi?id=413169 |
||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Pino Toscano
2020-07-01 07:46:29 UTC
People are starting to port QVector to QList already, in preparation to Qt 6. I think this check just adds salt to injury and we should stop confusing users. Would rather disable it than waste more time on it Note I'm just a humble packager in this context, so I don't have any opinion in one way or another. My concern is making sure that the test suite works on all the architectures in Debian where LLVM is available. Git commit dbde38f1a67c2968c951629a5f5629c9847078bd by Sergio Martins. Committed on 01/07/2020 at 17:57. Pushed by smartins into branch '1.7'. inefficient-qlist: Disable flaky test on arm 32bit This check will be disabled in master, so no point wasting time. People are already (re-)porting QVector->QList due to Qt6 changes, so let's not confuse people more. M +2 -1 tests/inefficient-qlist/config.json M +12 -1 tests/run_tests.py https://invent.kde.org/sdk/clazy/commit/dbde38f1a67c2968c951629a5f5629c9847078bd please check if it works now Thanks, it is skipped now. |