Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • G GLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 877
    • Issues 877
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 42
    • Merge requests 42
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • GLib
  • Merge requests
  • !221

Fix reporting of g_test_incomplete() tests

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Simon McVittie requested to merge smcv/glib:xfail into master Aug 02, 2018
  • Overview 13
  • Commits 1
  • Pipelines 6
  • Changes 4

This branch changes the reporting of g_test_incomplete() tests in TAP to not ok # TODO as per the TAP specification, and changes the resulting exit status to be the same as for skipped tests:

  • if at least one test failed: exit 1
  • else if TAP mode: exit 0
  • else if at least one test passed: exit 0
  • else (all tests skipped or incomplete): exit 77

It includes !220 (merged).

Fixes #1474 (closed)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: xfail