Explorar o código

WebGPURenderer: Remove from Puppeteer exceptionList some examples (#27514)

* test pupeeter new webgl support

* webgpu_postprocessing_afterimage seems to still get issue

* update puppeteer
Renaud Rohlinger hai 1 ano
pai
achega
dc9f4c3d78
Modificáronse 2 ficheiros con 4 adicións e 5 borrados
  1. BIN=BIN
      examples/screenshots/webgpu_loader_gltf_compressed.jpg
  2. 4 5
      test/e2e/puppeteer.js

BIN=BIN
examples/screenshots/webgpu_loader_gltf_compressed.jpg


+ 4 - 5
test/e2e/puppeteer.js

@@ -103,6 +103,7 @@ const exceptionList = [
 	'webgl2_volume_instancing',
 	'webgl2_multisampled_renderbuffers',
 	'webgl_points_dynamic',
+	'webgpu_multisampled_renderbuffers',
 
 	// TODO: implement determinism for setTimeout and setInterval
 	// could it fix some examples from above?
@@ -117,16 +118,13 @@ const exceptionList = [
 	'webgpu_compute_points',
 	'webgpu_compute_texture',
 	'webgpu_compute_texture_pingpong',
-	'webgpu_loader_gltf_compressed',
 	'webgpu_materials',
-	'webgpu_portal',
 	'webgpu_sandbox',
 	'webgpu_sprites',
 	'webgpu_video_panorama',
-	'webgpu_postprocessing_afterimage',
-	'webgpu_multisampled_renderbuffers',
 
 	// WebGPURenderer: Unknown problem
+	'webgpu_postprocessing_afterimage',
 	'webgpu_backdrop_water',
 	'webgpu_camera_logarithmicdepthbuffer',
 	'webgpu_loader_materialx',
@@ -138,7 +136,8 @@ const exceptionList = [
 	'webgpu_shadertoy',
 	'webgpu_shadowmap',
 	'webgpu_tsl_editor',
-	'webgpu_tsl_transpiler'
+	'webgpu_tsl_transpiler',
+	'webgpu_portal'
 
 ];