We disable unreliable tests by using sed magic, and one of the files
(and directories) related to this was renamed from 'timeline' to 'tracing'.
http://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=
734611131dc20283b118353130bdd5e16ce0aeaf
Closes: https://github.com/gentoo/gentoo/pull/8454
Package-Manager: Portage-2.3.38, Repoman-2.3.9
sed -i -e '/sdktool/ d' tests/auto/auto.pro || die
sed -i -e '/\(dumpers\|offsets\)\.pro/ d' tests/auto/debugger/debugger.pro || die
sed -i -e '/CONFIG -=/ s/$/ testcase/' tests/auto/extensionsystem/pluginmanager/correctplugins1/plugin?/plugin?.pro || die
- sed -i -e '/timeline\(items\|notes\|selection\)renderpass/ d' tests/auto/timeline/timeline.pro || die
+ sed -i -e '/timeline\(items\|notes\|selection\)renderpass/ d' tests/auto/tracing/tracing.pro || die
sed -i -e 's/\<memcheck\>//' tests/auto/valgrind/valgrind.pro || die
# fix path to some clang headers