[PATCH v3 0/5] Git-based modularization of test suite
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 10 Jun 2010 06:47:59 +0000 (08:47 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:08 +0000 (09:37 -0800)
c6/84b62d79445e3eada134a26fa3180bf84fb862 [new file with mode: 0644]

diff --git a/c6/84b62d79445e3eada134a26fa3180bf84fb862 b/c6/84b62d79445e3eada134a26fa3180bf84fb862
new file mode 100644 (file)
index 0000000..73a7b15
--- /dev/null
@@ -0,0 +1,110 @@
+Return-Path: <sojkam1@fel.cvut.cz>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 8F33A418C38\r
+       for <notmuch@notmuchmail.org>; Wed,  9 Jun 2010 23:48:55 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -1.9\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9] autolearn=ham\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id y-d3CrMqO5vo for <notmuch@notmuchmail.org>;\r
+       Wed,  9 Jun 2010 23:48:35 -0700 (PDT)\r
+Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
+       by olra.theworths.org (Postfix) with ESMTP id A9C21431FC1\r
+       for <notmuch@notmuchmail.org>; Wed,  9 Jun 2010 23:48:34 -0700 (PDT)\r
+Received: from localhost (unknown [192.168.200.4])\r
+       by max.feld.cvut.cz (Postfix) with ESMTP id 44FF619F33ED;\r
+       Thu, 10 Jun 2010 08:48:33 +0200 (CEST)\r
+X-Virus-Scanned: IMAP AMAVIS\r
+Received: from max.feld.cvut.cz ([192.168.200.1])\r
+       by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new,\r
+       port 10044)\r
+       with ESMTP id wMS83cF9YJhP; Thu, 10 Jun 2010 08:48:31 +0200 (CEST)\r
+Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
+       by max.feld.cvut.cz (Postfix) with ESMTP id B66CC19F33E1;\r
+       Thu, 10 Jun 2010 08:48:31 +0200 (CEST)\r
+Received: from steelpick.2x.cz (k335-30.felk.cvut.cz [147.32.86.30])\r
+       (Authenticated sender: sojkam1)\r
+       by imap.feld.cvut.cz (Postfix) with ESMTPSA id AE65015C062;\r
+       Thu, 10 Jun 2010 08:48:31 +0200 (CEST)\r
+Received: from wsh by steelpick.2x.cz with local (Exim 4.72)\r
+       (envelope-from <sojkam1@fel.cvut.cz>)\r
+       id 1OMbZ0-0000JP-W6; Thu, 10 Jun 2010 08:48:31 +0200\r
+From: Michal Sojka <sojkam1@fel.cvut.cz>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v3 0/5] Git-based modularization of test suite\r
+Date: Thu, 10 Jun 2010 08:47:59 +0200\r
+Message-Id: <1276152484-1164-1-git-send-email-sojkam1@fel.cvut.cz>\r
+X-Mailer: git-send-email 1.7.1.3.g75e44\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 10 Jun 2010 06:48:55 -0000\r
+\r
+Hi,\r
+\r
+this is an updated version of v2\r
+(id:1273510084-19896-1-git-send-email-sojkam1@fel.cvut.cz). It includes\r
+all test suite changes which were done in master since v2. Also a few\r
+minor bugs was fixed since v2, namely:\r
+- Messages are generated with UTC time zone by default\r
+- Unnecessary \n was remvoved from the title in t0005-reply.sh\r
+\r
+Michal Sojka (5):\r
+  Copy test framework from Git\r
+  Update test framework for use with notmuch\r
+  test: Update helper functions\r
+  Convert the actual tests to the new framework\r
+  test: Set all times to UTC\r
+\r
+ test/Makefile                        |   49 ++\r
+ test/README                          |  299 +++++++++\r
+ test/aggregate-results.sh            |   34 +\r
+ test/notmuch-test                    | 1190 +---------------------------------\r
+ test/t0000-basic.sh                  |   88 +++\r
+ test/t0001-new.sh                    |  164 +++++\r
+ test/t0002-search.sh                 |  111 ++++\r
+ test/t0003-json.sh                   |   46 ++\r
+ test/t0004-thread-naming.sh          |  191 ++++++\r
+ test/t0005-reply.sh                  |  137 ++++\r
+ test/t0006-dump-restore.sh           |   30 +\r
+ test/t0007-uuencode.sh               |   36 +\r
+ test/t0008-threading-out-of-order.sh |   31 +\r
+ test/t0009-author-reordering.sh      |   35 +\r
+ test/t0010-from-line-heuristics.sh   |  215 ++++++\r
+ test/t0011-long-msgid.sh             |   29 +\r
+ test/t0012-encoding-issues.sh        |   25 +\r
+ test/test-lib.sh                     |  913 ++++++++++++++++++++++++++\r
+ 18 files changed, 2435 insertions(+), 1188 deletions(-)\r
+ create mode 100644 test/Makefile\r
+ create mode 100644 test/README\r
+ create mode 100755 test/aggregate-results.sh\r
+ create mode 100755 test/t0000-basic.sh\r
+ create mode 100755 test/t0001-new.sh\r
+ create mode 100755 test/t0002-search.sh\r
+ create mode 100755 test/t0003-json.sh\r
+ create mode 100755 test/t0004-thread-naming.sh\r
+ create mode 100755 test/t0005-reply.sh\r
+ create mode 100755 test/t0006-dump-restore.sh\r
+ create mode 100755 test/t0007-uuencode.sh\r
+ create mode 100755 test/t0008-threading-out-of-order.sh\r
+ create mode 100755 test/t0009-author-reordering.sh\r
+ create mode 100755 test/t0010-from-line-heuristics.sh\r
+ create mode 100755 test/t0011-long-msgid.sh\r
+ create mode 100755 test/t0012-encoding-issues.sh\r
+ create mode 100644 test/test-lib.sh\r
+\r