diff --git a/src/tests/perf_tests/TracePerfTest.cpp b/src/tests/perf_tests/TracePerfTest.cpp index fc3231a9b..5adcf046a 100644 --- a/src/tests/perf_tests/TracePerfTest.cpp +++ b/src/tests/perf_tests/TracePerfTest.cpp @@ -1543,9 +1543,9 @@ TracePerfTest::TracePerfTest(std::unique_ptr params) if (traceNameIs("pubg_mobile_launch")) { - if (isIntelWinNative) + if (isIntelWinNative || isIntelWinANGLE) { - skipTest("http://anglebug.com/7929 Too slow on Win Intel native"); + skipTest("http://anglebug.com/7929 Too slow on Win Intel native and Vulkan"); } } @@ -1636,6 +1636,14 @@ TracePerfTest::TracePerfTest(std::unique_ptr params) } } + if (traceNameIs("monster_hunter_stories")) + { + if (isIntelWinANGLE) + { + skipTest("http://anglebug.com/7557 Flaky context lost on Win Intel Vulkan"); + } + } + // glDebugMessageControlKHR and glDebugMessageCallbackKHR crash on ARM GLES1. if (IsARM() && mParams->traceInfo.contextClientMajorVersion == 1) {