Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • tests
  • capture_replay_tests.py
Find file
BlameHistoryPermalink
  • Gert Wollny's avatar
    Capture/Replay: Add suffix to label for test file search · 1af7caa4
    Gert Wollny authored May 14, 2021
    When tests are run with a wildcard filter on the backend, e.g.
    "TEST/ES2_Vulkan*" the same tests from different backends may
    end up in the same trace file directory, e.g. TEST_ES2_Vulkan
    and TEST_ES2_Vulkan_SwiftShader. So far, when searching for the
    ES2_Vulkan trace files the check for trace files would them also
    pick up all the _SwiftShader files, and the skript would assume
    that the file count is wrong and skip the replay.
    
    By adding "_capture" the start of the commonly used suffix, this
    is avoided and replays are no longer skipped because mis-counting
    capture files.
    
    Bug: angleproject:5972
    Change-Id: I7af54aaf51ee7070333ffe81974d866bd89dbd6f
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2897236
    Commit-Queue: Gert Wollny <gert.wollny@collabora.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
    1af7caa4
capture_replay_tests.py 39.9 KB
EditWeb IDE
×

Replace capture_replay_tests.py

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.