File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ use std::{borrow::Cow, iter};
12
12
use bytemuck:: { Pod , Zeroable } ;
13
13
use wgpu:: util:: DeviceExt ;
14
14
15
- #[ cfg( test) ]
16
- use wgpu_test:: FailureCase ;
17
15
use winit:: {
18
16
event:: { ElementState , KeyEvent , WindowEvent } ,
19
17
keyboard:: { Key , NamedKey } ,
@@ -329,13 +327,7 @@ static TEST: wgpu_example::framework::ExampleTestParams =
329
327
width : 1024 ,
330
328
height : 768 ,
331
329
optional_features : wgpu:: Features :: TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES ,
332
- base_test_parameters : wgpu_test:: TestParameters :: default ( )
333
- // AMD seems to render nothing on DX12 https://github.com/gfx-rs/wgpu/issues/3838
334
- . expect_fail ( FailureCase {
335
- backends : Some ( wgpu:: Backends :: DX12 ) ,
336
- vendor : Some ( 0x1002 ) ,
337
- ..FailureCase :: default ( )
338
- } ) ,
330
+ base_test_parameters : wgpu_test:: TestParameters :: default ( ) ,
339
331
// There's a lot of natural variance so we check the weighted median too to differentiate
340
332
// real failures from variance.
341
333
comparisons : & [
You can’t perform that action at this time.
0 commit comments