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
  • egl_tests
  • EGLSyncControlTest.cpp
Find file
BlameHistoryPermalink
  • Stanislav Chiknavaryan's avatar
    Fix and re-enable EGLSyncControlTest.SyncValuesTest · 138ec92f
    Stanislav Chiknavaryan authored Oct 10, 2016
    It looks like the problem was not making the OS Window visible.
    It turned out the previous version of the test succeeded only
    when I ran angle_end2end_tests.exe with
    --gtest_filter=EGLSyncControlTest.SyncValuesTest and failed
    when I ran all tests, especially with --single-process-tests.
    
    I tested the modified version of the test which repeated the
    measurement 50 times and couldn't get a reliable test execution
    until I figured out that back buffers were queueing and not
    swapping successfully with the window being invisible.
    
    This version works reliably when running all angle_end2end_tests.exe
    on my workstation and on a test laptop, both running Windows 10,
    with or without --single-process-tests.
    
    BUG=angleproject:1402
    
    Change-Id: I97764a86b20119cc586ea2a4fd1d94558c4e737e
    Reviewed-on: https://chromium-review.googlesource.com/397739Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    Commit-Queue: Stanislav Chiknavaryan <stanisc@chromium.org>
    138ec92f
EGLSyncControlTest.cpp 8.98 KB
EditWeb IDE
×

Replace EGLSyncControlTest.cpp

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.