diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-26 07:36:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-26 07:36:40 +0200 |
commit | bec10d1be5fabbd87ca99796fc0b5a0a9a1ad1dc (patch) | |
tree | 84ef29607d954d22bfb4b3f90a5522be7e67811e /tests | |
parent | ce43495d3539cdbeb8526bcee6b8617130c5f111 (diff) |
Get rid of @@ TMP in test input
Diffstat (limited to 'tests')
-rw-r--r-- | tests/manifest/testscript | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/manifest/testscript b/tests/manifest/testscript index 19b57f3..440e61f 100644 --- a/tests/manifest/testscript +++ b/tests/manifest/testscript @@ -1348,7 +1348,7 @@ { require { - # @@ TMP Version tagging? See + # @@ Version tagging? See # upstream/qtbase/src/corelib/global/minimum-linux{.S,_p.h}, # global/qversiontagging.cpp, and QtCore.version (linker version script) in # the upstream build. @@ -1756,7 +1756,7 @@ # C sources from the Harfbuzz library. # - # @@ TMP Package this? (And double-conversion?) + # @@ Package this? (And double-conversion?) # harfbuzz_src = harfbuzz-buffer \\ harfbuzz-gdef \\ @@ -1790,7 +1790,7 @@ # Ensure included source files are distributed. # - # @@ TMP thread/qmutex_{linux,unix,mac,win}.cpp is included by + # @@ thread/qmutex_{linux,unix,mac,win}.cpp is included by # thread/qmutex.cpp, but thread/thread.pri adds it to SOURCES, meaning # the upstream build should compile it as well (which would lead to # multiple definition errors). This is confirmed by the fact that the @@ -1804,7 +1804,7 @@ # No idea what's going on but what we have here looks right and works # and matches what the upstream build actually ends up doing. # - # @@ TMP mimetypes/qmimeprovider_database.cpp (note: ~2MB) is generated by + # @@ mimetypes/qmimeprovider_database.cpp (note: ~2MB) is generated by # mimetypes/mime/generate.{pl,bat} from # mimetypes/mime/packages/freedesktop.org.xml which is from # http://www.freedesktop.org/wiki/Software/shared-mime-info/. This doesn't @@ -1823,7 +1823,7 @@ # The "metadata library": its purpose is to make sure all the imported # libraries are resolved for the ad hoc .mm compilation rules below. # - # @@ TMP Using cxx{dummy} as link rule hint (added `using c` recently). + # @@ Using cxx{dummy} as link rule hint (added `using c` recently). # libul{Qt5CoreMeta}: mkspecs/features/data/cxx{dummy} $impl_libs $intf_libs @@ -1945,7 +1945,7 @@ # # @@ Have to list hxx{moc_predefs} here to make dist work -- why? # - # @@ TMP Is this comment still relevant? moc_predefs is now only a + # @@ Is this comment still relevant? moc_predefs is now only a # dependency in the ad hoc rule below. # for s: hxx{$moc_hdr} @@ -2342,7 +2342,7 @@ -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 \\ -DQT_NO_VERSION_TAGGING - # @@ TMP Are the hbmi* of any use? + # @@ Are the hbmi* of any use? # {hbmia obja}{*}: cxx.poptions += -DQT_STATIC {hbmis objs}{*}: cxx.poptions += -DQT_SHARED @@ -2373,13 +2373,13 @@ lib{Qt5Core}: cxx.libs += -ldl } - # @@ TMP Not sure if/when this is necessary. + # @@ Not sure if/when this is necessary. # # cxx.libs += -latomic # libexecinfo is required for backtrace(3) on BSD (see global/qlogging.cpp). # - # @@ TMP When we did libboost-stacktrace we considered packaging libbacktrace: + # @@ When we did libboost-stacktrace we considered packaging libbacktrace: # build2-packaging/boost/downstream/libs/stacktrace/src/buildfile. # if $bsd @@ -2391,7 +2391,7 @@ # explained in global/global.pri but see also the SSE/AVX comments in # qconfig.h.in. # - # @@ TMP Assuming the comments regarding special compiler options for + # @@ Assuming the comments regarding special compiler options for # SSE/AVX/NEON in qconfig.h.in apply to F16C as well. global/global.pri # seems to make this connection as well (if only for GCC; x86SimdAlways in # global.pri corresponds to QT_COMPILER_SUPPORTS_SIMD_ALWAYS in |