[Toybox] [PATCH] file: add GIF version information.

2020-06-16 Thread enh via Toybox
This let me compare against the host for #225. --- tests/file.test | 2 +- toys/posix/file.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) From fb446f1a8dba54473863a5460e408767617cc551 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 16 Jun 2020 09:33:44 -0700 Subject:

Re: [Toybox] GitHub Action Example

2020-06-16 Thread enh via Toybox
On Mon, Jun 15, 2020 at 4:05 PM Rob Landley wrote: > > On 6/15/20 1:42 PM, enh wrote: > > On Mon, Jun 15, 2020 at 11:05 AM Rob Landley wrote: > >>> i don't actually remember us ever having an aarch64-specific issue. > >>> (funnily enough, a 32-bit x86 build would probably find more bugs, > >>>

[Toybox] tests

2020-06-16 Thread enh via Toybox
i'm not sure i understand the intent behind this change: commit 7f062f2dcfa5511139476e1aef8db74f49566432 Author: Rob Landley Date: Tue Nov 20 17:50:05 2018 -0600 Skip tests that don't have the executable bit set unless $TEST_ALL set. i assumed this was to avoid running tests for stuff

[Toybox] generating toybox test coverage data

2020-06-16 Thread enh via Toybox
TL;DR: the current state of test coverage looks like: function: 59.85% (468/782) line: 56.17% (12111/21560) region: 53.61% (11280/21039) but in case anyone's interested in actually reproducing my results: cd /tmp git clone https://github.com/landley/toybox.git toybox-coverage cd