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
  • Merge requests
  • !4314

i#4312: Detect generation-time and internal-script suite errors

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i4312-suite-gen-error into master Jun 03, 2020
  • Overview 6
  • Commits 4
  • Pipelines 0
  • Changes 4

Adds two new checks for runsuite error detection:

  1. Look for CMake 3.x failure to generate (separate from config: cause of regression here)

Tested: ====> FAILURE in arm-debug-internal-64 <==== arm-debug-internal-64: **** pre-build configure errors ****

  1. Look for failure in runsuite scripts themselves.

Tested by removing fix for #1 (closed): ====> FAILURE in runsuite script itself <==== CMake Error at suite/runsuite_common_post.cmake:119 (file): file failed to open for reading (No such file or directory): build_suite/xml:results/___arm-debug-internal-64___Experimental___XML___Build.xml Call Stack (most recent call first): suite/runsuite.cmake:545 (include)

Fixes #4312 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i4312-suite-gen-error