We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8f358 commit 89aa62eCopy full SHA for 89aa62e
.github/workflows/windows-msvc.yml
@@ -196,6 +196,7 @@ jobs:
196
run: |
197
sed -i '/run_extensions/{N;/System routine CBL_GC_HOSTED/{N;s/at_xfail=no/at_xfail=yes/;}}' tests/testsuite
198
sed -i '/run_misc/{N;/write to internal storage (1)/{N;N;N;N;s/traceon/traceon; echo "workflow:1">"$at_check_line_file"; at_fn_check_skip 77/;}}' tests/testsuite
199
+ sed -i '/run_misc/{N;/COB_SIGNAL_REGIME 0/1 register runtime signal handler/{N;N;N;N;s/traceon/traceon; echo "workflow:1">"$at_check_line_file"; at_fn_check_skip 77/;}}' tests/testsuite
200
201
- name: Run testsuite
202
0 commit comments