-
Notifications
You must be signed in to change notification settings - Fork 410
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Allow fd posix handle testing on Windows
Now we can run fd posix handle tests on Windows through MockICD. Vulkan API for posix handles are defined in a cross platform way, so it's possible to write related code without platform #ifdefs. This change removes restriction in the test framework that vk_testing::Fence/Semaphore supports posix handle only in non-Windows environments. If the test is built around ExternalHandle abstraction, then that abstraction if moved to corresponding test suite.
- vulkan-sdk-1.3.296.0
- vulkan-sdk-1.3.290.0
- vulkan-sdk-1.3.283.0
- vulkan-sdk-1.3.280.0
- vulkan-sdk-1.3.275.0
- vulkan-sdk-1.3.268.0
- v1.3.302
- v1.3.301
- v1.3.300
- v1.3.299
- v1.3.298
- v1.3.297
- v1.3.296
- v1.3.295
- v1.3.294
- v1.3.293
- v1.3.292
- v1.3.290
- v1.3.289
- v1.3.288
- v1.3.287
- v1.3.285
- v1.3.284
- v1.3.283
- v1.3.282
- v1.3.281
- v1.3.280
- v1.3.279
- v1.3.278
- v1.3.277
- v1.3.276
- v1.3.275
- v1.3.274
- v1.3.273
- v1.3.272
- v1.3.271
- v1.3.270
- v1.3.269
- v1.3.268
- v1.3.267
- v1.3.266
- v1.3.265
- v1.3.264
- v1.3.263
- v1.3.262
- v1.3.261
- v1.3.260
- v1.3.259
- v1.3.257
- v1.3.256
- v1.3.255
- v1.3.254
- v1.3.253
- v1.3.251
- v1.3.250
- snapshot-2024wk50
- snapshot-2024wk49
- snapshot-2024wk48
- snapshot-2024wk47
- snapshot-2024wk46
- snapshot-2024wk45
- snapshot-2024wk44
- snapshot-2024wk43
- snapshot-2024wk42
- snapshot-2024wk41
- snapshot-2024wk40
- snapshot-2024wk39
- snapshot-2024wk38
- snapshot-2024wk37
- snapshot-2024wk36
- snapshot-2024wk35
- snapshot-2024wk34
- snapshot-2024wk33
- snapshot-2024wk32
- snapshot-2024wk31
- snapshot-2024wk30
- snapshot-2024wk29
- snapshot-2024wk28
- snapshot-2024wk27
- snapshot-2024wk26
- snapshot-2024wk25
- snapshot-2024wk24
- snapshot-2024wk23
- snapshot-2024wk22
- snapshot-2024wk21
- snapshot-2024wk20
- snapshot-2024wk19
- snapshot-2024wk18
- snapshot-2024wk17
- snapshot-2024wk16
- snapshot-2024wk15
- snapshot-2024wk14
- snapshot-2024wk13
- snapshot-2024wk12
- snapshot-2024wk11
- snapshot-2024wk10
- snapshot-2024wk09
- snapshot-2024wk08
- snapshot-2024wk07
- snapshot-2024wk06
- sdk-1.3.261.1
- sdk-1.3.261.0
- sdk-1.3.250.1
- sdk-1.3.250.0
1 parent
1b5c9c9
commit 3e8236e
Showing
5 changed files
with
98 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.