Skip to content

Commit

Permalink
Disable failing tests for yash and bash-2.0*
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenthuberdeau committed Aug 30, 2024
1 parent 1040aac commit 42984a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/_all/six-cc-tests/arith.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// expect_failure_for: yash
void putstring(char *s) {
while (*s) {
putchar(*s);
Expand Down
4 changes: 4 additions & 0 deletions tests/_sh/input-output/read-all-chars.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// we compile using pnut-sh can process all kind of files.
// This test is not essential for the bootstrap, but since we'd like to use pnut
// in other contexts, we want to make sure it can handle all characters.
// For bash 2.05a, the character 1 is not read properly. Assuming all version 2.0* of bash are affected.
// expect_failure_for: bash-2.0*
// Yash's IO is a little bit weird and it's not a very popular shell, disabling the test for now.
// expect_failure_for: yash

#ifndef PNUT_CC
#include <stdio.h>
Expand Down

0 comments on commit 42984a3

Please sign in to comment.