File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 315315(ert-deftest global-ref::free-after-normal-return ()
316316 (unless t/support-module-assertions-p
317317 (ert-skip " --module-assertions is not supported" ))
318+ (when (eq system-type 'windows-nt )
319+ (ert-skip " We don't know how to correctly handle failed PowerShell subprocess" ))
318320 (should (string-match-p
319321 " Emacs value not found in"
320322 (cadr (t/get-error (t/run-in-sub-process 't/free-global-ref-after-normal-return ))))))
321323
322324(ert-deftest global-ref::free-after-error ()
323325 (unless t/support-module-assertions-p
324326 (ert-skip " --module-assertions is not supported" ))
327+ (when (eq system-type 'windows-nt )
328+ (ert-skip " We don't know how to correctly handle failed PowerShell subprocess" ))
325329 (should (string-match-p
326330 " Emacs value not found in"
327331 (cadr (t/get-error (t/run-in-sub-process 't/free-global-ref-after-error ))))))
You can’t perform that action at this time.
0 commit comments