1. 26 Oct, 2016 1 commit
  2. 25 Oct, 2016 13 commits
  3. 24 Oct, 2016 5 commits
  4. 22 Oct, 2016 1 commit
  5. 21 Oct, 2016 1 commit
  6. 20 Oct, 2016 8 commits
  7. 19 Oct, 2016 3 commits
  8. 18 Oct, 2016 2 commits
  9. 17 Oct, 2016 1 commit
  10. 14 Oct, 2016 4 commits
  11. 13 Oct, 2016 1 commit
    • Fix and re-enable EGLSyncControlTest.SyncValuesTest · 138ec92f
      Stanislav Chiknavaryan authored
      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>