Skip to content

Commit

Permalink
Working test list bisect
Browse files Browse the repository at this point in the history
  • Loading branch information
Flakebi committed Nov 29, 2020
1 parent ffbe015 commit 5486d0e
Show file tree
Hide file tree
Showing 10 changed files with 242 additions and 83 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
/fails
/log.json
/summary.csv
73 changes: 71 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ anyhow = { version = "1", optional = true }
clap = { version = "3.0.0-beta.2", optional = true }
csv = "1.1"
futures = "0.3"
genawaiter = { version = "0.99", features = ["futures03"] }
num_cpus = { version = "1", optional = true }
once_cell = "1"
rand = "0.7"
Expand Down

This file was deleted.

Empty file.

This file was deleted.

Empty file.
6 changes: 0 additions & 6 deletions logs/d
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,3 @@ Test case 'dEQP-VK.tessellation.primitive_discard.triangles_fractional_even_spac
Pass (OK)

Test case 'dEQP-VK.tessellation.primitive_discard.triangles_fractional_even_spacing_cw_point_mode'..
Pass (OK)

Test case 'dEQP-VK.fragment_shader_interlock.basic.discard.ssbo.shading_rate_unordered.4xaa.sample_shading.512x512'..
NotSupported (VK_EXT_fragment_shader_interlock is not supported at vktTestCase.cpp:551)

Test case 'dEQP-VK.fragment_shader_interlock.basic.discard.ssbo.shading_rate_unordered.4xaa.sample_shading.1024x1024'..
Loading

0 comments on commit 5486d0e

Please sign in to comment.