| History log of /src/tests/bin/expr |
| Revision | Date | Author | Comments |
| 1.1 | 17-Mar-2012 |
jruoho | branches: 1.1.2; Deprecate tests/util.
|
| 1.1.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.1.2.1 | 17-Mar-2012 |
yamt | file Makefile was added on branch yamt-pagecache on 2012-04-17 00:09:02 +0000
|
| 1.17 | 29-Jun-2025 |
rillig | expr: use characters instead of bytes for ":" and "length"
Required by POSIX.
|
| 1.16 | 28-Jun-2025 |
rillig | tests/expr: demonstrate character/byte mismatch
|
| 1.15 | 15-Mar-2025 |
rillig | expr: improve portability, fix typo
Suggested by Robert Elz.
|
| 1.14 | 15-Mar-2025 |
rillig | expr: ensure that the result of '|' is never empty
Required by POSIX since at least 2004.
|
| 1.13 | 15-Mar-2025 |
rillig | tests/expr: merge and extend tests for operators
|
| 1.12 | 15-Mar-2025 |
rillig | expr: only skip '--' once
|
| 1.11 | 15-Mar-2025 |
rillig | expr: don't evaluate irrelevant conditions
|
| 1.10 | 15-Mar-2025 |
rillig | tests/expr: demonstrate eager evaluation of '|' and '&'
|
| 1.9 | 15-Mar-2025 |
rillig | tests/expr: reduce the amount of shell escaping
|
| 1.8 | 14-Mar-2025 |
rillig | tests/expr: test the string length operator
|
| 1.7 | 02-May-2023 |
gutteridge | branches: 1.7.2; t_expr.sh: fix naming of head() of lang test case
|
| 1.6 | 27-Jun-2018 |
kamil | Add 3 more expr(1) ATF tests detecting overflow
Verify 0 * INT.
|
| 1.5 | 27-Jun-2018 |
kamil | Add a couple of new ATF expr(1) tests
Some of the newly covered test-cases contained regressions.
All tests pass.
|
| 1.4 | 12-Jun-2018 |
kamil | Add 2 new expr(1) ATF tests
Assert that -9223372036854775808 % -1 and -9223372036854775808 / -1 return message about overflow / underflow detected.
These tests pass correctly.
Sponsored by <The NetBSD Foundation>
|
| 1.3 | 27-Mar-2012 |
jruoho | branches: 1.3.2; 1.3.32; Add a check for old PR bin/2486.
|
| 1.2 | 20-Mar-2012 |
jruoho | Note PR bin/12838.
|
| 1.1 | 17-Mar-2012 |
jruoho | Deprecate tests/util.
|
| 1.3.32.2 | 28-Jul-2018 |
pgoyette | Sync with HEAD
|
| 1.3.32.1 | 25-Jun-2018 |
pgoyette | Sync with HEAD
|
| 1.3.2.2 | 17-Apr-2012 |
yamt | sync with head
|
| 1.3.2.1 | 27-Mar-2012 |
yamt | file t_expr.sh was added on branch yamt-pagecache on 2012-04-17 00:09:02 +0000
|
| 1.7.2.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|