Peter Holm
bb1f64b200
stress2: Fix syntax error. Remove redundant backup
2023-03-22 10:05:46 +01:00
Peter Holm
e689e7facd
stress2: Fix compiler warning
2023-03-22 10:05:04 +01:00
Peter Holm
ce7b20e512
stress2: Added more FFS tests
2023-03-19 09:55:00 +01:00
Peter Holm
bce30c896d
stress2: Added two syzkaller reproducers
2023-03-18 10:31:31 +01:00
Peter Holm
7861fce32b
stress2: Fix compiler warning
2023-03-17 12:06:52 +01:00
Peter Holm
79f5d67caa
stress2: New problem found was added
2023-03-16 13:59:16 +01:00
Peter Holm
ee10c61d7a
stress2: Fix a off-by-one error. Added check for argument file type
2023-03-06 10:03:43 +01:00
Peter Holm
187f4fce3b
stress2: Added a fsck check to the scenario
2023-02-20 12:04:24 +01:00
Peter Holm
31a2528768
stress2: Add UFS+SU test scenario
2023-02-14 11:48:18 +01:00
Peter Holm
3f1f48f1d9
stress2: Add a regression test for D38549
2023-02-14 09:44:58 +01:00
Peter Holm
32ded86a06
stress2: Fix compiler warning about unused variables
2023-02-11 06:36:39 +01:00
Peter Holm
0126bd3e6c
stress2: Return error on exit. Run test for longer
2023-02-06 11:09:52 +01:00
Peter Holm
bbe0def9b0
stress2: Added a syzkaller reproducer
2023-01-30 09:50:19 +01:00
Peter Holm
bbdd27f9d7
stress2: Avoid unrelated disk full messages from tests
2023-01-30 09:32:43 +01:00
Peter Holm
349aac52ac
stress2: Added a test scenario for "out of inodes" issue with UFS+SU
2023-01-30 09:28:37 +01:00
Peter Holm
7a56009cf5
stress2: Added a regression test
2023-01-22 10:35:28 +01:00
Peter Holm
4dcc6baddb
stress2: Added a regression test
2023-01-14 20:19:05 +01:00
Peter Holm
48dc9150ac
stress2: Added finding to unionfs9.sh and updated the exclude list
2023-01-10 06:33:14 +01:00
Peter Holm
17edacfb6e
stress2: Added a regression test
2023-01-03 10:34:00 +01:00
Konstantin Belousov
6403a14024
tools/test/ptrace: update scescx to do remote getpid(2) on each SCX event
...
Reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D37590
2022-12-22 23:32:09 +02:00
Rene Ladan
e2f3742ab8
gpioevents: fix some white-space errors
...
Fixes: 453db42291
- gpioevents: add support for pull-down and floating input pins.
Approved by: manu (implicit)
MFC after: 1 week
2022-12-22 11:16:32 +01:00
Rene Ladan
453db42291
gpioevents: add support for pull-down and floating input pins.
...
The pin-mode (ft, pd, pu for floating, pull-down, pull-up) is
specified after the intr-config (no, eb, ef, er) for each pin.
Tested on my Raspberry Pi 1B.
PR: 268504
Approved by: manu
MFC after: 1 week
2022-12-22 10:13:59 +01:00
Peter Holm
ae521fda89
stress2: Added link to problem found
2022-12-20 10:12:41 +01:00
Peter Holm
eeabf9cb93
stress2: Fix long run time
2022-12-20 10:12:01 +01:00
Peter Holm
eb928778a3
stress2: Add problem found
2022-12-13 12:00:01 +01:00
Peter Holm
2518b1c742
stress2: Add list of problems found
2022-12-07 12:03:44 +01:00
Peter Holm
6e36cfadbc
stress2: No need to run tests for 30 minutes
2022-12-06 10:32:49 +01:00
Peter Holm
9e16087e36
stress2: Added a new SU+J + snapshot test scenario
2022-11-14 12:03:57 +01:00
Peter Holm
1541ac2120
stress2: Exclude two "forced detach" tests and two SUJ + snapshot tests
2022-11-14 12:01:30 +01:00
Peter Holm
d941ffdc4f
stress2: Added a tmpfs regression test for Bug 223015
2022-11-13 10:15:21 +01:00
Peter Holm
7c455ce26f
stress2: Added more "mdconfig -o force" tests
2022-11-13 10:05:35 +01:00
Peter Holm
d7655675eb
stress2: Snapshots of SU+J has been enabled
2022-11-13 09:58:29 +01:00
Peter Holm
f31ca922cb
stress2: Add SU+J as a test. Save fsck_ffs core dump, if any
2022-11-10 10:12:46 +01:00
Peter Holm
9349fc283b
stress2: Added a newfs(8) test scenario
2022-10-27 09:59:16 +02:00
Peter Holm
e23445275a
stress2: Added a regression test for a ffs validate_sblock() fix
2022-10-27 09:57:57 +02:00
Peter Holm
ee920bc903
stress2: Added a regression test for D37024
2022-10-24 09:48:09 +02:00
Peter Holm
799db59e9a
stress2: Update tool to list both DATA and HOLES in a file.
...
Added a regression test.
2022-10-24 09:45:32 +02:00
Peter Holm
bab2efd47b
stress2: Temporarily removed the rename(2) tests as these seem to trigger a
...
deadlock. Count the number of CLEAN + MODIFIED reports from fsck_ffs and
flag counts > 1 as an error
2022-10-11 10:20:51 +02:00
Peter Holm
8dcc207de5
stress2: Fixed double word in comment
...
Reported by: kib
2022-09-27 08:52:24 +02:00
Peter Holm
977d8fb9ad
stress2: Added regression tests
2022-09-26 09:50:37 +02:00
Peter Holm
5b42ac2914
stress2: Added two syzkaller reproducers
2022-09-21 07:40:47 +02:00
Gordon Bergling
59cdd0e2ff
stress2: Remove double words in comments
...
- s/to to/to/
MFC after:3 days
2022-09-10 12:52:50 +02:00
Peter Holm
2aba6e7aaf
stress2: Added a regression test
2022-08-25 09:47:58 +02:00
Peter Holm
4e4f49fd4a
stress2: Added another sigreturn(2) fuzzer test
2022-08-24 13:21:55 +02:00
Peter Holm
dd89489769
stress2: Updated tests as a result of the latest updates to fsck_ffs(8)
2022-08-19 11:40:49 +02:00
Peter Holm
98b13e25fd
stress2: Handle different spelling of "superblock"
2022-08-19 11:39:28 +02:00
Kyle Evans
814bd1ed43
tools: test: iconv: fix open_2 to not segfault
...
Record error condition when iconv_open() fails rather than leaving a
bogus iconv_t that iconv_close() can later choke on; this is one failure
mode.
If we opened MAX_LIMIT files with success, we need to rewind one so that
we don't iconv_close() one past the end of cd; this is the second
failure mode.
Sponsored by: Klara, Inc.
2022-08-11 11:33:28 -05:00
Peter Holm
64f923959a
stress2: Added a regression test
2022-08-11 09:42:02 +02:00
Peter Holm
c925454668
stress2: Added another fsck_ffs test scenario
2022-08-07 10:37:17 +02:00
Peter Holm
ac79b5f327
stress2: Do not run a fuzz test as root.
2022-08-07 10:35:47 +02:00