Summary: | inefficient-qlist fails on Linux x86 (32bit) | ||
---|---|---|---|
Product: | [Developer tools] clazy | Reporter: | Pino Toscano <pino> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=423728 | ||
Latest Commit: | https://commits.kde.org/clazy/6b140de078c0dc6f5e6d6732512ad5e454d887d0 | Version Fixed In: | |
Sentry Crash Report: |
Description
Pino Toscano
2019-10-19 04:53:56 UTC
Git commit 6b140de078c0dc6f5e6d6732512ad5e454d887d0 by Sergio Martins. Committed on 20/10/2019 at 00:08. Pushed by smartins into branch '1.6'. inefficient-qlist: Fix test on 32-bit platforms The warning is different. A +4 -0 tests/inefficient-qlist/main.cpp.expected.x86 M +5 -1 tests/run_tests.py https://commits.kde.org/clazy/6b140de078c0dc6f5e6d6732512ad5e454d887d0 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 |