Commit 188fd5f6 by Yuly Novikov Committed by Commit Bot

Skip TimerQueriesTest.TimeElapsedMulticontextTest on all AMD

Was skipped on Windows and Mac before, now seen flaky also on Linux. BUG=angleproject:1541 Change-Id: Ic993eeadb104989416607271ce100b02aea7cecc Reviewed-on: https://chromium-review.googlesource.com/603087Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 90d874fc
......@@ -312,19 +312,11 @@ TEST_P(TimerQueriesTest, TimeElapsedValidationTest)
// Tests timer queries operating under multiple EGL contexts with mid-query switching
TEST_P(TimerQueriesTest, TimeElapsedMulticontextTest)
{
if (IsAMD() && IsOpenGL() && IsWindows())
if (IsAMD() && IsOpenGL())
{
// TODO(jmadill): Figure out why this test is flaky on Win/AMD/OpenGL.
// TODO(jmadill): Figure out why this test is flaky on AMD/OpenGL.
// http://anglebug.com/1541
std::cout << "Test skipped on Windows AMD OpenGL Debug." << std::endl;
return;
}
if (IsAMD() && IsOSX())
{
// TODO(cwallez): Figure out why this test is flaky on OSX/AMD.
// http://anglebug.com/1866
std::cout << "Test skipped on Mac AMD." << std::endl;
std::cout << "Test skipped on AMD OpenGL." << std::endl;
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment