Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 1c53df7

Browse files
null77Commit Bot
authored andcommitted
Capture/Replay Tests: Expand suppressions.
Updates the suppression list to include Linux tests and other new failures. Also sort the test list output to make it more readable. Bug: angleproject:5134 Change-Id: I38b5d95ceab3270d1cab13e3fb3c19d3137d10dc Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2497568 Reviewed-by: Cody Northrop <cnorthrop@google.com> Reviewed-by: Courtney Goeltzenleuchter <courtneygo@google.com> Commit-Queue: Jamie Madill <jmadill@chromium.org>
1 parent 5d0458f commit 1c53df7

File tree

2 files changed

+41
-11
lines changed

2 files changed

+41
-11
lines changed

src/tests/capture_replay_tests.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -996,23 +996,23 @@ def main(args):
996996
timedout_count))
997997
if len(failed_tests):
998998
print("Failed tests:")
999-
for failed_test in failed_tests:
999+
for failed_test in sorted(failed_tests):
10001000
print("\t" + failed_test)
10011001
if len(crashed_tests):
10021002
print("Crashed tests:")
1003-
for crashed_test in crashed_tests:
1003+
for crashed_test in sorted(crashed_tests):
10041004
print("\t" + crashed_test)
10051005
if len(compile_failed_tests):
10061006
print("Compile failed tests:")
1007-
for compile_failed_test in compile_failed_tests:
1007+
for compile_failed_test in sorted(compile_failed_tests):
10081008
print("\t" + compile_failed_test)
10091009
if len(skipped_tests):
10101010
print("Skipped tests:")
1011-
for skipped_test in skipped_tests:
1011+
for skipped_test in sorted(skipped_tests):
10121012
print("\t" + skipped_test)
10131013
if len(timed_out_tests):
10141014
print("Timeout tests:")
1015-
for timeout_test in timed_out_tests:
1015+
for timeout_test in sorted(timed_out_tests):
10161016
print("\t" + timeout_test)
10171017

10181018
# delete generated folders if --keep_temp_files flag is set to false

src/tests/capture_replay_tests/capture_replay_expectations.txt

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,56 +16,69 @@ BindUniformLocationTest.SamplerLocation/ES2_Vulkan
1616
BindUniformLocationTest.UnusedUniformUpdate/ES2_Vulkan
1717
BindUniformLocationTest.UnusedUniformUpdateComplex/ES2_Vulkan
1818
BindUniformLocationTest.UseSamplerWhenUnusedUniforms/ES2_Vulkan
19-
VulkanClearTest.*
2019
ClientArraysTest.*
2120
CopyTexImageTest.*
2221
CopyTextureTestWebGL.*
22+
D3DImageFormatConversionTest.*
2323
DifferentStencilMasksTest.*
2424
EGLContextASANTest.*
2525
EGLContextSharingTest.TextureLifetime/ES2_Vulkan
2626
FramebufferTest.MultiContextNoRenderingFeedbackLoops/ES2_Vulkan
27+
GetTexLevelParameterTest.ExtensionStringExposed/ES2_Vulkan
28+
InstancingTest.LineLoop/ES2_Vulkan
2729
MaxTextureSizeTest.*
2830
MultisampledRenderToTextureTest.FramebufferCompleteness/ES2_Vulkan
2931
MultisampledRenderToTextureTest.TextureCubeMapParameterCheck/ES2_Vulkan
3032
PbufferTest.BindTexImage/ES2_Vulkan
3133
PbufferTest.Clearing/ES2_Vulkan
3234
PbufferTest.TextureSizeReset/ES2_Vulkan
35+
RequestExtensionTest.ExtensionsDisabledByDefault/ES2_Vulkan
36+
RequestExtensionTest.Queries/ES2_Vulkan
3337
RobustBufferAccessBehaviorTest.DynamicBuffer/ES2_Vulkan
34-
TextureCubeTest.*
38+
SimpleStateChangeTest.RebindTranslatedAttribute/ES2_Vulkan
3539
Texture2DDepthTest.DepthTextureES2Compatibility/ES2_Vulkan
40+
TextureCubeTest.*
41+
VulkanClearTest.*
3642
WebGL2ReadOutsideFramebufferTest.*
3743
WebGLDrawElementsTest.*
3844
WebGLGLSLTest.*
3945
WebGLReadOutsideFramebufferTest.*
40-
D3DImageFormatConversionTest.*
4146

4247
# Crashed tests
4348
BlendMinMaxTest.*
4449
BlitFramebufferANGLETest.*
4550
BufferDataTest.*
4651
ClipDistanceTest.*
4752
ColorMaskTest.*
53+
CopyCompressedTextureTest.InternalFormat/ES2_Vulkan
4854
DebugMarkerTest.*
4955
DebugTest.*
5056
DepthStencilTest.*
5157
DiscardFramebufferEXTTest.*
5258
DrawBuffersTest.*
59+
EGLPrintEGLinfoTest.PrintGLESCapabilities/ES2_Vulkan
5360
EGLStreamTest.*
5461
ExternalWrapTest.*
5562
FenceNVTest.*
63+
GetImageTestNoExtensions.EntryPointsInactive/ES2_Vulkan
5664
GLSLTest.ArrayOfStructContainingArrayOfSamplers/ES2_Vulkan
65+
GLSLTest.InactiveSamplersInStruct/ES2_Vulkan
5766
GLSLTest.MixedShaderLengths/ES2_Vulkan
5867
GLSLTest.ZeroShaderLength/ES2_Vulkan
59-
GetImageTestNoExtensions.EntryPointsInactive/ES2_Vulkan
68+
GPUTestConfigTest.GPUTestConfigConditions_D3D11/ES2_Vulkan
6069
ImageTest.*
6170
IndexedPointsTestUByte.*
6271
IndexedPointsTestUInt.*
6372
IndexedPointsTestUShort.*
6473
OcclusionQueriesTest.*
6574
PBOExtensionTest.*
66-
SRGBFramebufferTest.Validation/ES2_Vulkan
75+
PixmapTest.Clearing/ES2_Vulkan
6776
SemaphoreTest.SemaphoreShouldBeSemaphore/ES2_Vulkan
77+
SimpleOperationTest.DrawQuad/ES2_Vulkan
78+
SRGBFramebufferTest.Validation/ES2_Vulkan
79+
StateChangeRenderTest.GenerateMipmap/ES2_Vulkan
6880
SyncQueriesTest.*
81+
TextureLimitsTest.MaxCombinedTextures/ES2_Vulkan
6982
TimerQueriesTest.*
7083
UniformTest.Sampler/ES2_Vulkan
7184
UnpackAlignmentTest.*
@@ -84,7 +97,14 @@ LineLoopTest.DISABLED_DrawArraysWithLargeCount/ES2_Vulkan
8497
MipmapTest.DISABLED_ThreeLevelsInitData/ES2_Vulkan
8598

8699
# Compile failed tests
100+
CopyTextureTest.CopyTextureInvalidTextureIds/ES2_Vulkan
101+
CubeMapTextureTest.RenderToFacesConsecutively/ES2_Vulkan
102+
EGLSyncTest.AndroidNativeFence_WaitSync/ES2_Vulkan
103+
ExplicitContextTest.GetProcAddress/ES2_Vulkan
87104
GetImageTest.*
105+
GetTexLevelParameterTest.Queries/ES2_Vulkan
106+
GLSLTest.InvariantGLPosition/ES2_Vulkan
107+
GLSLTest.MissingReturnVec4/ES2_Vulkan
88108
InstancingTest.IndexedAttrib0PointBufferAngle/ES2_Vulkan
89109
InstancingTest.IndexedAttrib0PointBufferExt/ES2_Vulkan
90110
InstancingTest.IndexedAttrib0PointMemoryAngle/ES2_Vulkan
@@ -209,5 +229,15 @@ InstancingTest.NonIndexedAttrib1TriFanMemoryExtOffset0/ES2_Vulkan
209229
InstancingTest.NonIndexedAttrib1TriFanMemoryExtOffset8/ES2_Vulkan
210230
MemoryObjectTest.MemoryObjectQueries/ES2_Vulkan
211231
MemoryObjectTest.MemoryObjectShouldBeMemoryObject/ES2_Vulkan
232+
MemoryObjectTest.ShouldFailValidationOnImportFdUnsupportedHandleType/ES2_Vulkan
233+
PointSpritesTest.PointWithoutAttributesCompliance/ES2_Vulkan
234+
RobustBufferAccessBehaviorTest.EmptyBuffer/ES2_Vulkan
212235
RobustClientMemoryTest.*
213-
RobustResourceInitTest.*
236+
RobustResourceInitTest.*
237+
SemaphoreTest.*
238+
SimpleOperationTest.DrawTriangleFan/ES2_Vulkan
239+
SimpleStateChangeTest.DrawElementsThenDrawElementsNewIndexBuffer/ES2_Vulkan
240+
StateChangeTest.FramebufferIncompleteDepthAttachment/ES2_Vulkan
241+
Texture2DTest.CopySubImageFloat_RGB_R/ES2_Vulkan
242+
TextureRectangleTest.RenderToRectangle/ES2_Vulkan
243+
VulkanExternalImageTest.*

0 commit comments

Comments
 (0)