Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Issues
  • #1520
Closed
Open
Issue created Nov 28, 2014 by Derek Bruening@derekbrueningContributor

Assert failures are ignored in Windows tests

From byron.c....@gmail.com on August 20, 2014 15:45:16

Running a test in which a client assert fails should cause the test to fail, but the assert by default only generates a popup message, which is blocked by the (necessary) setting "-msgbox_mask 0". The assert should secondarily generate output on stderr so that the ctest evaluator observes unexpected output and fails the test. If this cannot be done reliably, then some other mechanism should be used, for example checking the exit code of the tested process.

Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1520

Assignee
Assign to
Time tracking