Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests: Add tests from TagLib #106

Draft
wants to merge 69 commits into
base: main
Choose a base branch
from
Draft

Tests: Add tests from TagLib #106

wants to merge 69 commits into from

Commits on Sep 14, 2024

  1. Tests: Add AIFF tests from TagLib

    sagudev authored and Serial-ATA committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    a2973a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdc86a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22fc001 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f523e86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84ddeb6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8e61b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    396e957 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e2a9ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3673ef7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c950c68 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6ea024c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e160815 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    462204c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a3d095e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d77e481 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1b55a8b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1f4188d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    22f49b9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9c830c4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9ca5eb3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1d8726d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    be58822 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a1d0ecb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6bf1a22 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9a8adf1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    14cc4b7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e5035be View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d58c97c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    97aec83 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    bc25e73 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    3d1a5ad View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    da6b417 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1546e7a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7f8faab View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5c5f35f View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    b5551d4 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b502a15 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a115cac View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    f8cd018 View commit details
    Browse the repository at this point in the history
  40. Tests: Fix TagLib TestMPEG::testFuzzedFile

    The behavior here is weird, the file contains multiple strings that are completely broken. Somehow, TagLib considers the file to be "valid", with it containing no MPEG frames. That doesn't seem correct on their end.
    Serial-ATA committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    534c9f1 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    044eb60 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    a6891bf View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    aa887a2 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    63d9fe3 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    0ef9797 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    4301417 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    1ed8132 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    a614157 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    2068217 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    991f364 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    55ab57b View commit details
    Browse the repository at this point in the history
  52. Tests: Comment out TagLib TestID3v2::testBrokenFrame1

    Unsure if this is something we even want to support.
    Serial-ATA committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    093bb57 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    77878f6 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    1230020 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    66ebf9f View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    c1b49ac View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    a9b1c5c View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    5843800 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    0a5b9c3 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    5d59215 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    351abf6 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    7d20a37 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    38a5e0b View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    33a2888 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    50741f5 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    8bdbdd7 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    57eac7f View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    e8b89db View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    930a774 View commit details
    Browse the repository at this point in the history