Skip to content

Commit

Permalink
Skip: 30,34,40 and 46 test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
guiquanz committed Mar 21, 2017
1 parent d0718db commit 3cc8467
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion t/30_hanoi.t_e → t/30_hanoi.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vi: ft= et tw=4 sw=4

use lib 't/lib';
use Test::Sakura 'no_plan';
use Test::Sakura skip_all => 'Skip: seg fault in the code, gcc as well';

run_tests();

Expand Down
8 changes: 3 additions & 5 deletions t/34_array_assignment.t_e → t/34_array_assignment.t
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

# vi: ft= et tw=4 sw=4

use lib 't/lib';
use Test::Sakura 'no_plan';
#use Test::Sakura 'no_plan';
use Test::Sakura skip_all => 'Skip on not supported';

run_tests();

Expand All @@ -27,7 +25,7 @@ int main()
int b[4];
b = a;
b = a; // not supported
printf("%d %d %d %d\n", b[0], b[1], b[2], b[3]);
Expand Down
4 changes: 3 additions & 1 deletion t/46_grep.t_e → t/46_grep.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# vi: ft= et tw=4 sw=4

use lib 't/lib';
use Test::Sakura 'no_plan';
use Test::Sakura skip_all => 'Skip: does not compile even with gcc';


run_tests();

Expand Down Expand Up @@ -111,6 +112,7 @@ char *pp, lbuf[LMAX], pbuf[PMAX];

char *cclass();
char *pmatch();
void store(int op);


/*** Display a file name *******************************/
Expand Down

0 comments on commit 3cc8467

Please sign in to comment.