Actions
Feature #8355
closedneed libc regex tests
Start date:
2017-06-08
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Use the regex tests used in NetBSD/FreeBSD (upstream here is NetBSD, tests/lib/libc/regex/).
This requires restoring several debugging features/flags dropped while porting the regex code, namely REG_TRACE, REG_LARGE, REG_BACKR, REG_ATOI, and REG_ITOA. All of these should (largely) stay undocumented.
Updated by Electric Monk about 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
git commit 490fea6b98d609ce9ae1306209c80bb255b84c95
commit 490fea6b98d609ce9ae1306209c80bb255b84c95 Author: Yuri Pankov <yuri.pankov@nexenta.com> Date: 2017-06-12T10:53:59.000Z 8355 need libc regex tests Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Actions