summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2021-08-11 09:23:46 +0300
committerVille Skyttä <ville.skytta@iki.fi>2021-08-11 09:28:59 +0300
commitb969e1c74e7c905a96c1590f5350a264dbaa83ae (patch)
tree99aab7944f5e882159ceb0e3be3c339458dd3380 /tests
parentddc78deeee16d3cab4322122aa3133cc3c083f07 (diff)
downloadshared-mime-info-b969e1c74e7c905a96c1590f5350a264dbaa83ae.tar.gz
audio/vnd.dts.hd: include parent type magic in magic match
Matching just 0x64582025 within the first 18725 bytes of any file is prone to false positives. The priority of the magic match here being bumped to 60 seems to indicate intent to make it take precedence over the parent `audio/vnd.dts`. But we should take the parent magic into account here as it does not "inherit" with `sub-class-of`. As the comment for this match says "16bits HD be", accept only "16bits core be" as the parent at least for now, not all possible parent magics -- it would not seem consistent to have it in "14bits" variants, or the "16bits core le" one. The test case we have for this is one matching "16bits core be". Refs https://gitlab.freedesktop.org/xdg/shared-mime-info/-/issues/166 Refs https://gitlab.freedesktop.org/xdg/shared-mime-info/-/issues/167
Diffstat (limited to 'tests')
-rw-r--r--tests/mime-detection/list2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mime-detection/list b/tests/mime-detection/list
index cca1a83f..2bb9df89 100644
--- a/tests/mime-detection/list
+++ b/tests/mime-detection/list
@@ -251,6 +251,8 @@ test.vsd application/vnd.visio ox
# Copied from https://bugs.freedesktop.org/show_bug.cgi?id=40800
test.dts audio/vnd.dts
test.dtshd audio/vnd.dts.hd
+# perl -e 'print "This is not DTSHD: \x{64}\x{58}\x{20}\x{25}"'
+test-not-dtshd.txt text/plain
# Copied from http://samples.mplayerhq.hu/A-codecs/amr/sample2.amr
sample2.amr audio/AMR
# Testing case-insensitive mime-type matching