Skip to content

Commit

Permalink
exepected error
Browse files Browse the repository at this point in the history
  • Loading branch information
rjodinchr committed Jan 11, 2024
1 parent 2c974c0 commit 102793f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ jobs:
VK_LOADER_LAYERS_ENABLE="VK_LAYER_SHADER_PROFILER" \
VK_ADD_LAYER_PATH=$(pwd)/manifest/ \
VKSP_TRACE_DEST=$(pwd)/trace \
$(pwd)/build_release/runner/vulkan-shader-profiler-runner -i $(pwd)/tests/example.spvasm
$(pwd)/build_release/runner/vulkan-shader-profiler-runner -i $(pwd)/tests/example.spvasm || echo "exepected error: terminate called without an active exception"
$(pwd)/build_release/extractor/vulkan-shader-profiler-extractor -i $(pwd)/trace -o $(pwd)/trace.spvasm -d 0 -v
diff $(pwd)/trace.spvasm $(pwd)/tests/example-exepectation.spvasm

0 comments on commit 102793f

Please sign in to comment.