Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gstreamer gstreamer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 1.1k
    • Issues 1.1k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 509
    • Merge requests 509
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • gstreamergstreamer
  • Merge requests
  • !14

Unit test fixes for MSVC, glib_checks=disabled and glib from git master

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Håvard Graff requested to merge hgr/gstreamer:msvc-test-fixes into master Nov 06, 2018
  • Overview 9
  • Commits 3
  • Pipelines 0
  • Changes 12

My hackathon project this year was to make sure all the core-tests were running on MSVC.

However, we compile core with glib_checks=disabled, and then a lot of the tests were not running on Linux either.

Now, if GStreamer binaries are released with glib_checks=disabled, it feels wrong to not run any tests against them, even though some tests will not apply in the same way, since you won't get a "critical".

With these commits the tests run on MSVC and Linux with glib_checks both enabled and disabled.

Edited Nov 10, 2018 by Tim-Philipp Müller
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: msvc-test-fixes