Parcourir la source

Puppeteer: Added missing webgpu examples to exception list.

Mr.doob il y a 3 ans
Parent
commit
0df8940d04
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      test/e2e/puppeteer.js

+ 5 - 0
test/e2e/puppeteer.js

@@ -44,13 +44,18 @@ const exceptionList = [
 	'webxr_ar_lighting',
 	'webxr_ar_lighting',
 	// webgpu
 	// webgpu
 	'webgpu_compute',
 	'webgpu_compute',
+	'webgpu_cubemap_mix',
+	'webgpu_depth_texture',
+	'webgpu_instance_mesh',
 	'webgpu_instance_uniform',
 	'webgpu_instance_uniform',
 	'webgpu_lights_custom',
 	'webgpu_lights_custom',
 	'webgpu_lights_selective',
 	'webgpu_lights_selective',
+	'webgpu_loader_gltf',
 	'webgpu_materials',
 	'webgpu_materials',
 	'webgpu_nodes_playground',
 	'webgpu_nodes_playground',
 	'webgpu_rtt',
 	'webgpu_rtt',
 	'webgpu_sandbox',
 	'webgpu_sandbox',
+	'webgpu_skinning_instancing',
 	'webgpu_skinning_points',
 	'webgpu_skinning_points',
 	'webgpu_skinning'
 	'webgpu_skinning'
 ].concat( ( process.platform === 'win32' ) ? [
 ].concat( ( process.platform === 'win32' ) ? [