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
  • !5342

i#1807: Ignore long suite flaky failures to get it green

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i1807-long-flaky-tests into master Feb 09, 2022
  • Overview 6
  • Commits 2
  • Pipelines 0
  • Changes 1

Adds ignore rules for the following observed long suite failures, keeping some of them limited to the long suite only so we do not lose the ability to detect fails-every-time breakage in pull requests:

  • #2052: signal.c:5306 tr == NULL || tr->under_dynamo_control || IS_CLIENT_THREAD(dcontext) || sig == SUSPEND_SIGNAL

    • lin64 prof_pcs|common.nativeexec_exe_opt https://github.com/DynamoRIO/dynamorio/runs/5079862873
    • lin32 prof_pcs|common.nativeexec_retakeover_opt https://github.com/DynamoRIO/dynamorio/runs/5080176761
    • lin64 prof_pcs,thread_private|common.nativeexec_exe_opt https://github.com/DynamoRIO/dynamorio/runs/4992456119
    • lin32 prof_pcs,thread_private|common.nativeexec_bindnow_opt https://github.com/DynamoRIO/dynamorio/runs/4993095901
    • lin32 prof_pcs|common.nativeexec_bindnow_opt https://github.com/DynamoRIO/dynamorio/runs/4860096547 https://github.com/DynamoRIO/dynamorio/runs/4792339299
  • #4732: client.winxfer test output does not always match

    • win32 code_api|client.winxfer https://github.com/DynamoRIO/dynamorio/runs/5113993573 https://github.com/DynamoRIO/dynamorio/runs/5014069363 https://github.com/DynamoRIO/dynamorio/runs/4860068689 https://github.com/DynamoRIO/dynamorio/runs/4836923113 https://github.com/DynamoRIO/dynamorio/runs/4818620705
  • #2657: ASSERT interp.c:5447 t->bbs != NULL in drx_buf-test

    • lin64 code_api|client.drx_buf-test https://github.com/DynamoRIO/dynamorio/runs/5014069596
  • #3320: ASSERT type_is_instr in multiple drcachesim tests

    • win64 code_api|tool.drcachesim.threads-with-config-file https://github.com/DynamoRIO/dynamorio/runs/4993095937
    • win32 code_api|tool.drcachesim.invariants https://github.com/DynamoRIO/dynamorio/runs/4798976751 https://github.com/DynamoRIO/dynamorio/runs/4780921079

Issue: #2052, #4732, #2657, #3320, #1807

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i1807-long-flaky-tests