Hash :
d3031c65
Author :
Date :
2021-08-11T12:30:01
Capture/Replay: Update expectations with bug IDs In addition, update two tests that are just failing and no longer crashing. Bug: angleproject:6166 Change-Id: I9f19bf411c79c39f4f1f3156a9f8682609d6b3d8 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3087445 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Gert Wollny <gert.wollny@collabora.com>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
#
# Copyright 2020 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Test are entered like
# BUG PLATFORMS : test-name = handling/result
#
# PLATFORMS is optional and lists the platforms the expectation / run disabling happens
#
# Valid values for "handling/result" are
#
# SKIP_FOR_CAPTURE : capture_replay_tests.py drops this test from the
# list of tests that will be passed to end2end_tests,
# i.e. we will not try to run the test
#
# SKIPPED_BY_GTEST : the is expceted to be skipped by the end2end_tests program
#
# FAIL : the test is expected to fail
#
# FLAKY : the tests is flaky, but we still run it
#
# TIMEOUT : the test is expected to time out
#
# COMPILE_FAILED : the compilation of the capture_replay exec is expected to fail
#
# CRASHED : the test is expected to crash
#
# For test batches that run more than one test TIMEOUT, COMPILE_FAILED, and CRASHED
# will have to be set for all tests that run a batch, because one test that fails
# with one of these outcomes will bring down the whole batch.
#
6266 : ContextLostSkipValidationTest.LostNoErrorGetProgram/ES2_Vulkan = FAIL
6266 : ContextLostTest.ParallelCompileReadyQuery/ES2_Vulkan = FAIL
6180 : EGLContextASANTest.DestroyContextInUse/ES2_Vulkan = FAIL
6267 : EGLContextSharingTest.TextureLifetime/ES2_Vulkan = SKIP_FOR_CAPTURE
6269 : EGLContextSharingTest.BindTextureAfterShareContextFree/ES2_Vulkan = SKIPPED_BY_GTEST
6269 : EGLContextSharingTest.DisplayShareGroupObjectSharing/ES2_Vulkan = SKIPPED_BY_GTEST
6269 : EGLContextSharingTest.DisplayShareGroupReleasedWithLastContext/ES2_Vulkan = SKIPPED_BY_GTEST
5822 : ExternalWrapTest.ClampToEdge/* = SKIP_FOR_CAPTURE
5822 : ExternalWrapTest.MirroredRepeat/* = SKIP_FOR_CAPTURE
5822 : ExternalWrapTest.NoWrap/* = SKIP_FOR_CAPTURE
5822 : ExternalWrapTest.Repeat/* = SKIP_FOR_CAPTURE
6267 : FramebufferTest.MultiContextNoRenderingFeedbackLoops/* = SKIP_FOR_CAPTURE
6268 : GLSLTest.ZeroShaderLength/* = SKIP_FOR_CAPTURE
6180 : ImageTest.Deletion/* = FAIL
6180 : ImageTest.MipLevels/* = FAIL
6180 : ImageTest.Source2DTarget2D/* = FAIL
6180 : ImageTest.Source2DTargetExternal/* = FAIL
6180 : ImageTest.SourceCubeTarget2D/* = FAIL
5822 : ImageTest.SourceCubeTargetExternal/* = SKIP_FOR_CAPTURE
6180 : ImageTest.SourceRenderbufferTargetTexture/* = FAIL
6180 : ImageTest.SourceRenderbufferTargetTextureExternal/* = FAIL
6180 : ImageTest.UpdatedData/* = FAIL
6180 : MipmapTest.DefineValidExtraLevelAndUseItLater/ES2_Vulkan = FAIL
6180 : MipmapTest.GenerateMipmapAfterModifyingBaseLevel/ES2_Vulkan = FAIL
6180 : MipmapTest.GenerateMipmapAfterSingleLevelDraw/ES2_Vulkan = FAIL
6180 : MipmapTest.GenerateMipmapFromInitDataThenRender/ES2_Vulkan = FAIL
6180 : MipmapTest.GenerateMipmapFromRenderedImage/ES2_Vulkan = FAIL
6180 : MipmapTest.MipMapGenerationD3D9Bug/ES2_Vulkan = FAIL
6180 : MipmapTest.MipmapsForTexture3DOES/ES2_Vulkan = FAIL
6180 : MipmapTest.RenderOntoLevelZeroAfterGenerateMipmap/ES2_Vulkan = FAIL
6108 : PBOCompressedTextureTest.PBOCompressedSubImageWithUnpackRowLength/* = SKIP_FOR_CAPTURE
6180 : PbufferTest.BindTexImage/* = FAIL
6180 : PbufferTest.Clearing/* = FAIL
6180 : PbufferTest.TextureSizeReset/* = FAIL
6220 : Texture2DTest.DefineMultipleLevelsWithoutMipmapping/* = SKIP_FOR_CAPTURE
6221 : VulkanExternalImageTest.ShouldClearOpaqueFdWithSemaphores/ES2_Vulkan* = SKIP_FOR_CAPTURE
6221 : VulkanExternalImageTest.ShouldClearOpaqueFdWithSemaphoresMutableNoStorage/ES2_Vulkan* = SKIP_FOR_CAPTURE
6221 : VulkanExternalImageTest.ShouldClearOpaqueFdWithSemaphoresNoStorage/ES2_Vulkan* = SKIP_FOR_CAPTURE
6221 : VulkanExternalImageTest.ShouldClearOpaqueFdWithSemaphoresWithFlags/ES2_Vulkan* = SKIP_FOR_CAPTURE
6221 : VulkanExternalImageTest.ShouldDrawOpaqueFdWithSemaphores/ES2_Vulkan* = SKIP_FOR_CAPTURE
6221 : VulkanExternalImageTest.WaitSemaphoresRetainsContentOpaqueFd/ES2_Vulkan* = SKIP_FOR_CAPTURE
6267 : WebGLCompatibilityTest.MultiContextNoRenderingFeedbackLoops/* = SKIP_FOR_CAPTURE
6180 WIN : WebGLCompatibilityTest.DrawArraysBufferOutOfBoundsNonInstanced/ES2_Vulkan_SwiftShader = FAIL
6180 WIN : WebGLCompatibilityTest.DrawElementsBufferOutOfBoundsInVertexBuffer/ES2_Vulkan_SwiftShader = FAIL
# flaky test
6180 : DrawBuffersTest.UnwrittenOutputVariablesShouldNotCrash/ES2_Vulkan_SwiftShader = FLAKY
6180 : WebGLCompatibilityTest.DrawElementsBufferOutOfBoundsInIndexBuffer/ES2_Vulkan_SwiftShader = FLAKY