GSOC 2016 - Comprehensive test suite Project

2016-03-02 Thread Anchit Jain
Hi everyone, I am Anchit Jain, Computer Science undergraduate from BITS PILANI, India. I am interested in pursuing **Comprehensive test suite** project. I am fluent in C and Python. Some of my previous work could be seen at [https://github.com/anchitjain1234](https://link.nylas.com/link

Issue in configuring and making strace

2016-03-03 Thread Anchit Jain
: error:cannot find input file: `Makefile.in'.automake command also gives error       automake: error: cannot open < xlat/Makemodule.am: No such file or directoryHow can I configure and make the project so that my I can set up development environment correctly? Thanks,Anc

Re: Issue in configuring and making strace

2016-03-03 Thread Anchit Jain
Thank you Dmitry. I also submitted a merge request on sourcefore regarding test for chmod. Please review it and suggest the changes required. Thanks Anchit Jain ![](https://link.nylas.com/open/ezhvubksgc7dhi29sglp2mpvq/c1d80d633ae94e01ba54 c1a98d4e00f4) > On Mar 3 2016, at 6:22

Patch for testing chmod

2016-03-03 Thread Anchit Jain
I have attached the patch file. Please review it and suggest the changes required. Thanks, Anchit Jain ![](https://link.nylas.com/open/ezhvubksgc7dhi29sglp2mpvq/3cffc3f6fb034767b0a4 f1e68374acfb) >From 51a53b937949e5f00865db5c618b85594014323b Mon Sep 17 00:00:00 2001 From: Anchit J

Re: Issue in configuring and making strace

2016-03-03 Thread Anchit Jain
I have sent the patch in a seperate email. Please review it. Thanks Anchit Jain ![](https://link.nylas.com/open/ezhvubksgc7dhi29sglp2mpvq/4b91a53a056d4e5c958f 7398eefb18e3) > On Mar 4 2016, at 6:07 am, Dmitry V. Levin <l...@altlinux.org> wrote: > > Hi, > > On

[PATCH] chmod test added

2016-03-04 Thread Anchit Jain
Please review and suggest changes required. Thanks, Anchit Jain Anchit Jain (1): tests: add chmod.test tests/.gitignore | 1 + tests/Makefile.am | 2 ++ tests/chmod.c | 51 +++ tests/chmod.test | 13 + 4 files changed, 67

[PATCH] tests: add chmod.test

2016-03-04 Thread Anchit Jain
From: Anchit Jain * tests/chmod.c: New file. * tests/chmod.test: New test. * tests/.gitignore: Add chmod. * tests/Makefile.am (check_PROGRAMS): Likewise. (TESTS): Add chmod.test. --- tests/.gitignore | 1 + tests/Makefile.am | 2 ++ tests/chmod.c | 51

[PATCH] tests: add chmod.test

2016-03-04 Thread Anchit Jain
From: Anchit Jain * tests/chmod.c: New file. * tests/chmod.test: New test. * tests/.gitignore: Add chmod. * tests/Makefile.am (check_PROGRAMS): Likewise. (TESTS): Add chmod.test. --- tests/.gitignore | 1 + tests/Makefile.am | 2 ++ tests/chmod.c | 62

[PATCH] Updates to chmod test

2016-03-04 Thread Anchit Jain
Updated and implemented changes as suggested. Anchit Jain (1): tests: add chmod.test tests/.gitignore | 1 + tests/Makefile.am | 2 ++ tests/chmod.c | 62 +++ tests/chmod.test | 13 4 files changed, 78 insertions

Re: [PATCH] tests: add chmod.test

2016-03-04 Thread Anchit Jain
05.03.2016, 01:17, "Dmitry V. Levin" : > On Fri, Mar 04, 2016 at 07:26:35PM +, Anchit Jain wrote: >>  diff --git a/tests/chmod.c b/tests/chmod.c >>  new file mode 100644 >>  index 000..b6bb2fd >>  --- /dev/null >>  +++ b/tests/chmod.c >&g

Re: [PATCH] tests: add chmod.test

2016-03-04 Thread Anchit Jain
05.03.2016, 01:39, "Dmitry V. Levin" : > On Sat, Mar 05, 2016 at 01:33:55AM +0530, Anchit Jain wrote: >>  05.03.2016, 01:17, "Dmitry V. Levin" : >>  > On Fri, Mar 04, 2016 at 07:26:35PM +, Anchit Jain wrote: > > [...] >>  >>  + int cre

[PATCH] tests: add chmod.test

2016-03-04 Thread Anchit Jain
From: Anchit Jain * tests/chmod.c: New file. * tests/chmod.test: New test. * tests/.gitignore: Add chmod. * tests/Makefile.am (check_PROGRAMS): Likewise. (TESTS): Add chmod.test. --- tests/.gitignore | 1 + tests/Makefile.am | 2 ++ tests/chmod.c | 70

Re: [PATCH] tests: add chmod.test

2016-03-04 Thread Anchit Jain
05.03.2016, 03:12, "Dmitry V. Levin" : > On Fri, Mar 04, 2016 at 08:45:48PM +, Anchit Jain wrote: > [...] >>  +#include "tests.h" >>  +#include > > As you no longer use assert, no need to include . > >>  +#include >>  +#include

Re: [PATCH] tests: add chmod.test

2016-03-05 Thread Anchit Jain
05.03.2016, 22:38, "Dmitry V. Levin" : > On Sat, Mar 05, 2016 at 11:11:26AM +0530, Anchit Jain wrote: >>  05.03.2016, 03:12, "Dmitry V. Levin" : >>  > On Fri, Mar 04, 2016 at 08:45:48PM +, Anchit Jain wrote: >>  > [...] >>  >>  +

[PATCH] tests: add chmod.test

2016-03-05 Thread Anchit Jain
From: Anchit Jain * tests/chmod.c: New file. * tests/chmod.test: New test. * tests/.gitignore: Add chmod. * tests/Makefile.am (check_PROGRAMS): Likewise. (TESTS): Add chmod.test. --- tests/.gitignore | 1 + tests/Makefile.am | 2 ++ tests/chmod.c | 76

[PATCH] tests: add chmod.test

2016-03-06 Thread Anchit Jain
From: Anchit Jain * tests/chmod.c: New file. * tests/chmod.test: New test. * tests/.gitignore: Add chmod. * tests/Makefile.am (check_PROGRAMS): Likewise. (TESTS): Add chmod.test. --- tests/.gitignore | 1 + tests/Makefile.am | 2 ++ tests/chmod.c | 78

[PATCH v6] tests: add chmod.test

2016-03-07 Thread Anchit Jain
From: Anchit Jain * tests/chmod.c: New file. * tests/chmod.test: New test. * tests/.gitignore: Add chmod. * tests/Makefile.am (check_PROGRAMS): Likewise. (TESTS): Add chmod.test. --- tests/.gitignore | 1 + tests/Makefile.am | 2 ++ tests/chmod.c | 76

[PATCH v1] tests: add fchownat.test

2016-03-10 Thread Anchit Jain
From: Anchit Jain * tests/fchownat.c: New file. * tests/fchownat.test: New test. * tests/.gitignore: Add fchownat. * tests/Makefile.am (check_PROGRAMS): Likewise. (TESTS): Add fchownat.test. --- tests/.gitignore| 1 + tests/Makefile.am | 2 ++ tests/fchownat.c

[PATCH v1] tests: add fchmodat.test

2016-03-10 Thread Anchit Jain
From: Anchit Jain * tests/fchmodat.c: New file. * tests/fchmodat.test: New test. * tests/.gitignore: Add fchmodat. * tests/Makefile.am (check_PROGRAMS): Likewise. (TESTS): Add fchmodat.test. --- tests/.gitignore| 1 + tests/Makefile.am | 2 ++ tests/fchmodat.c

[PATCH v2] tests: add fchmodat.test

2016-03-11 Thread Anchit Jain
From: Anchit Jain * tests/fchmodat.c: New file. * tests/fchmodat.test: New test. * tests/.gitignore: Add fchmodat. * tests/Makefile.am (check_PROGRAMS): Likewise. (TESTS): Add fchmodat.test. --- tests/.gitignore| 1 + tests/Makefile.am | 2 ++ tests/fchmodat.c

[PATCH v2] tests: add fchmodat.test

2016-03-11 Thread Anchit Jain
Sorry for silly mistakes in previous patch. Anchit Jain (1): tests: add fchmodat.test tests/.gitignore| 1 + tests/Makefile.am | 2 ++ tests/fchmodat.c| 72 + tests/fchmodat.test | 13 ++ 4 files changed, 88 insertions