Skip to content

Commit

Permalink
Re-enable performance wrap test for Vulkan.
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Gerstmann committed Oct 31, 2024
1 parent 2b3aaa9 commit 4a8ff4c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/performance/wrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ int main(int argc, char **argv) {
printf("[SKIP] Performance tests are meaningless and/or misleading under WebAssembly interpreter.\n");
return 0;
}
if (target.has_feature(Target::Vulkan)) {
// FIXME: See issue #7559 : performance_wrap test results don't match
printf("[SKIP] Skipping test for Vulkan. Wrap results don't match ... \n");
return 0;
}
if (!target.has_gpu_feature()) {
printf("[SKIP] No GPU target enabled.\n");
return 0;
Expand Down

0 comments on commit 4a8ff4c

Please sign in to comment.