https://github.com/uutils/coreutils-tracking
https://github.com/uutils/coreutils-tracking
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/uutils/coreutils-tracking
- Owner: uutils
- Created: 2021-05-19T09:52:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T02:31:13.000Z (about 1 year ago)
- Last Synced: 2025-04-24T03:28:13.205Z (about 1 year ago)
- Language: Python
- Size: 2.91 GB
- Stars: 24
- Watchers: 12
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Various tracking tools for coreutils
Tracking the evolution of https://github.com/uutils/coreutils
## GNU testsuite comparison
Below is the evolution of how many GNU tests uutils passes. A more detailed
breakdown of the GNU test results of the main branch can be found
[in the user manual](https://uutils.github.io/coreutils/docs/test_coverage.html).

Refreshed twice a day by github actions. Changes are documented in the json file ([gnu-result.json](https://github.com/uutils/coreutils-tracking/blob/main/gnu-result.json)).
Compares only the Linux execution.
Based on:
* https://github.com/uutils/coreutils/blob/main/util/build-gnu.sh
* https://github.com/uutils/coreutils/blob/main/util/run-gnu-test.sh
## Busybox testsuite comparison
Similar results but using the busybox testsuite:
https://github.com/mirror/busybox/tree/master/testsuite

## Toybox testsuite comparison
Similar results but using the toybox testsuite:
https://github.com/landley/toybox/tree/master/tests

## Binary size evolution

Refreshed once a day by github actions.
Compares only the Linux execution.