Commit graph

1642 commits

Author SHA1 Message Date
Nathan Ross
9242ba1db6 printf: scaffolding for C99 hex float 2016-02-15 00:17:11 -05:00
Nathan Ross
0892ad3cde printf: add (spare C99 hex floats) 2016-02-15 00:10:30 -05:00
Michael Gehring
1760f2937b Merge pull request #814 from shalupov/mark-fixtures-data-as-binary
.gitattributes: treat tests/fixtures/** as binary data
2016-02-14 19:21:18 +01:00
Michael Gehring
01ca5cac7b Merge pull request #813 from shalupov/fix-windows-tests-startup
Fix tests startup under Windows
2016-02-14 17:24:08 +01:00
Leonid Shalupov
1b48438b44 .gitattributes: treat tests/fixtures/** as binary data to prevent CRLF convertion by git under Windows 2016-02-14 17:09:47 +01:00
Leonid Shalupov
1ae82193f0 tests: do not remove %SYSTEMROOT% from environment variables, it's required to initialize crypto provider (which is required for std::rand) 2016-02-14 16:34:39 +01:00
Heather
2ddea8aa88 Merge pull request #812 from ebfe/fix-build
tests/mktemp: fix build on nightly
2016-02-14 09:39:11 +03:00
Michael Gehring
162e21a418 tests/mktemp: fix build on nightly 2016-02-14 03:31:10 +01:00
Alex Lyon
9d041cdd7d Merge pull request #810 from ebfe/tests-chmod
tests/chmod: fix tests on nightly
2016-01-23 19:43:54 -08:00
Michael Gehring
7cb0db8928 Merge pull request #809 from jbcrail/fix-type-mismatch
Fix type mismatch error.
2016-01-23 05:12:28 +01:00
Michael Gehring
033dd3a0ae tests/chmod: fix tests on nightly 2016-01-23 05:06:02 +01:00
Joseph Crail
f75d58f1da Update bit-set to 0.3.0. 2016-01-22 22:40:44 -05:00
Joseph Crail
53c60e2990 Fix type mismatch error. 2016-01-22 22:02:10 -05:00
Alex Lyon
3fc0f89184 Merge pull request #808 from ebfe/make-vars
make: simplify make variables
2016-01-18 18:17:08 -08:00
Michael Gehring
f50eebb5f9 make: simplify make variables
Replace {,DONT_}{BUILD,INSTALL,TEST,BUSYTEST} with UTILS and SKIP_UTILS.
2016-01-19 03:07:45 +01:00
Michael Gehring
8aead4f36e Merge pull request #807 from uutils/revert-805-master
Revert "Allow selection of tests to not pass to BusyBox"
2016-01-12 20:14:33 +01:00
Alex Lyon
050c2cc4e8 Revert "Allow selection of tests to not pass to BusyBox" 2016-01-12 10:55:50 -08:00
Michael Gehring
740d95bc55 Merge pull request #805 from Arcterus/master
Allow selection of tests to not pass to BusyBox
2016-01-11 10:10:15 +01:00
Arcterus
ddf475a637 Allow selection of tests to not pass to busybox 2016-01-11 00:28:47 -08:00
Michael Gehring
5d9efebefd Merge pull request #803 from Arcterus/master
Fix AppVeyor (hopefully) and change targeted Rust version
2016-01-10 22:49:38 +01:00
Arcterus
07e1f59833 Fix AppVeyor (hopefully) and change targeted Rust version 2016-01-10 13:42:32 -08:00
Michael Gehring
5e5f17120b Merge pull request #800 from Arcterus/master
uucore: don't follow symlinks when examining them (fixes #799)
2016-01-10 13:26:55 +01:00
Arcterus
0d3cc86936 uucore: don't follow symlinks when examining them (fixes #799) 2016-01-10 03:39:31 -08:00
Michael Gehring
8cb6dc372e Merge pull request #798 from Arcterus/master
tests: fix tests that broke when using a symlinked /tmp
2016-01-10 12:19:58 +01:00
Arcterus
49d0815588 tests: fix tests that broke when using a symlinked /tmp 2016-01-10 02:50:39 -08:00
Heather
0d71114dd4 Merge pull request #797 from Arcterus/master
tests: fix tests that were failing on OS X
2016-01-10 12:25:39 +04:00
Arcterus
d9ad0b185a tests: fix tests that were failing on OS X 2016-01-10 00:09:05 -08:00
Heather
27c77db122 Merge pull request #795 from ebfe/ptx-stable
ptx: fix build on stable
2016-01-06 19:56:14 +04:00
Heather
a88fdf6afe Merge pull request #796 from ebfe/unexpand-stable
expand, unexpand: fix build on stable
2016-01-06 19:55:30 +04:00
Michael Gehring
26280d9083 expand, unexpand: fix build on stable 2016-01-06 16:35:33 +01:00
Michael Gehring
9cd7d03eff ptx: fix build on stable 2016-01-06 16:20:59 +01:00
Heather
8782552f45 Merge pull request #794 from ebfe/travis
travis: skip unsupported utils on stable/beta builds
2016-01-06 17:13:07 +04:00
Michael Gehring
36bd97a305 travis: drop stable/beta from allowed failures 2016-01-06 13:56:22 +01:00
Michael Gehring
cac838155e travis: skip unsupported utils on stable/beta builds 2016-01-06 13:56:19 +01:00
Alex Lyon
027e02db8b Merge pull request #793 from ebfe/clippy
Fix clippy warnings
2016-01-06 00:56:07 -08:00
Michael Gehring
a2944e06db Fix clippy warnings 2016-01-06 09:36:20 +01:00
Heather
5270761907 Merge pull request #792 from Arcterus/master
chmod: implement --verbose, --changes, and --quiet
2016-01-06 10:51:13 +04:00
Arcterus
bc40f93f7e chmod: implement --verbose, --changes, and --quiet 2016-01-05 14:08:24 -08:00
Heather
865ea10ccc Merge pull request #791 from Arcterus/master
chmod: rewrite mode parser
2016-01-05 09:14:15 +04:00
Arcterus
ee669ab55b chmod: rewrite mode parser 2016-01-04 20:00:34 -08:00
Heather
1bf1fb49d6 Merge pull request #790 from ebfe/tests-mktemp
tests/mktemp: remove unused import
2016-01-04 22:27:25 +04:00
Michael Gehring
1a78be7e37 tests/mktemp: remove unused import 2016-01-04 18:43:03 +01:00
Michael Gehring
73cd23ca71 Merge pull request #781 from KeenS/mktemp
Mktemp
2016-01-04 18:40:08 +01:00
Alex Lyon
c08e52b37f Merge pull request #789 from ebfe/chmod-tests
tests/chmod: disable failing tests
2016-01-04 09:05:50 -08:00
Michael Gehring
2bc3001a3a tests/chmod: disable failing tests
See #788
2016-01-04 17:58:15 +01:00
Alex Lyon
671878c134 Merge pull request #787 from ebfe/chmod-tests
tests: add some basic chmod tests
2016-01-04 08:36:18 -08:00
Michael Gehring
83de52f66b tests: add some basic chmod tests 2016-01-04 17:28:27 +01:00
Michael Gehring
7c1d66a451 Merge pull request #786 from Arcterus/master
Should fix chmod (#784)
2016-01-04 17:16:44 +01:00
Arcterus
96817dfbc5 Fix #784 2016-01-03 23:15:19 -08:00
Sunrin SHIMURA (keen)
881e0892d2 [mktemp] use new API env 2016-01-04 02:11:15 +09:00