Skip to content

Commit

Permalink
TODO e_perlcc.t --staticxs -S on windows smokers
Browse files Browse the repository at this point in the history
  • Loading branch information
rurban committed May 8, 2019
1 parent f17578e commit 681268b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/e_perlcc.t
Expand Up @@ -116,8 +116,8 @@ SKIP: {
cleanup;

TODO: {
local $TODO = '--staticxs -S is experimental on darwin and <5.10'
if $] < 5.010 or $^O eq 'darwin';
local $TODO = '--staticxs -S is experimental on darwin/win and <5.10'
if $] < 5.010 or $^O eq 'darwin' or (is_CI() and $^O eq 'MSWin32');
is(`$perlcc --staticxs -S -o pcc -r -e $e $devnull`, "ok",
"-S -o -r --staticxs xs"); #17
ok(-e $a, "keep executable"); #18
Expand Down

0 comments on commit 681268b

Please sign in to comment.