monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] org.debian.monotone: 91569d8ec05eca64c95a4980e9


From: code
Subject: [Monotone-commits-diffs] org.debian.monotone: 91569d8ec05eca64c95a4980e94ee433f354724c
Date: Mon, 11 Mar 2013 21:54:18 +0100 (CET)

revision:            91569d8ec05eca64c95a4980e94ee433f354724c
tag:                 monotone-1.0-4
date:                2012-03-25T19:31:16
author:              Francis Russell <address@hidden>
branch:              org.debian.monotone
changelog:
Add patch to remove problematic regex from syntax_errors_in_.mtn-ignore test.

manifest:
format_version "1"

new_manifest [0735dd27387bfecf2b975238b203120ae844bdea]

old_revision [d18ae4c7953618265ddd4c2c7ad7cdf14b6a1b1b]

add_file "patches/10-mtn-ignore-syntax-error-test.diff"
 content [a1d7b383b916e256215446913564b211b0b467b5]

patch "changelog"
 from [194b9162cf11c75197c3f7bc68a8847ba37acf1e]
   to [4d1d8df018555591762e52619720f37dc96cb83a]

patch "patches/series"
 from [d085ce25149726bf6612542039b1db24c5f58199]
   to [5f57dab14175a63eba8cb81fd233a5e0b1b3c43e]
============================================================
--- changelog	194b9162cf11c75197c3f7bc68a8847ba37acf1e
+++ changelog	4d1d8df018555591762e52619720f37dc96cb83a
@@ -1,3 +1,12 @@
+monotone (1.0-4) unstable; urgency=low
+
+  * patches/10-mtn-ignore-syntax-error-test.diff: The version of pcre3
+    in unstable (1:8.30-4) treats a regular _expression_ used in one of
+    the monotone tests differently from previous versions, causing the
+    test to fail. See the patch for more information. Closes: 665448.
+
+ -- Francis Russell <address@hidden>  Sun, 25 Mar 2012 20:15:06 +0100
+
 monotone (1.0-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
============================================================
--- /dev/null	
+++ patches/10-mtn-ignore-syntax-error-test.diff	a1d7b383b916e256215446913564b211b0b467b5
@@ -0,0 +1,26 @@
+Author: Francis Russell
+Bug-Debian: http://bugs.debian.org/665448
+Description: The test 'syntax_errors_in_.mtn-ignore' from the monotone
+ test suite contains a .mtn-ignore file which contains a number of
+ regular expressions. Some of these are intended to match and fail to
+ match the names of files created by the test harness. The rest have
+ invalid syntax and should be ignored.
+  .
+ One regex, '(?<=\C)' is presumably intended to be invalid, but with
+ the most recent version of pcre3 matches most files and therefore
+ causes the test to fail. In fact, it appears to be a valid regex that
+ performs a positive look behind to match a single data unit (usually a
+ byte, even in UTF mode). This patch removes the problematic regex until
+ the issue can be addressed upstream.
+Index: monotone-1.0/test/func/syntax_errors_in_.mtn-ignore/mtn-ignore
+===================================================================
+--- monotone-1.0.orig/test/func/syntax_errors_in_.mtn-ignore/mtn-ignore	2011-03-26 06:41:05.000000000 +0000
++++ monotone-1.0/test/func/syntax_errors_in_.mtn-ignore/mtn-ignore	2012-03-25 20:02:37.695875219 +0100
+@@ -21,7 +21,6 @@
+ [[:fnord:]]
+ \\x{123456}
+ (?(0))
+-(?<=\C)
+ \l
+ (?C256)
+ (?C1
============================================================
--- patches/series	d085ce25149726bf6612542039b1db24c5f58199
+++ patches/series	5f57dab14175a63eba8cb81fd233a5e0b1b3c43e
@@ -1,2 +1,3 @@ 00-db-extension-bash-completion.diff
 00-db-extension-bash-completion.diff
+10-mtn-ignore-syntax-error-test.diff
 90-stacktrace-on-crash.diff

reply via email to

[Prev in Thread] Current Thread [Next in Thread]