[Swift-commit] r3120 - trunk/tests/language-behaviour

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Oct 6 15:23:56 CDT 2009


Author: hategan
Date: 2009-10-06 15:23:55 -0500 (Tue, 06 Oct 2009)
New Revision: 3120

Added:
   trunk/tests/language-behaviour/142-space-and-quotes.1.out.expected
   trunk/tests/language-behaviour/142-space-and-quotes.2.out.expected
   trunk/tests/language-behaviour/142-space-and-quotes.3.out.expected
   trunk/tests/language-behaviour/1421-space-and-quotes.1.out.expected
   trunk/tests/language-behaviour/1421-space-and-quotes.2.out.expected
   trunk/tests/language-behaviour/1421-space-and-quotes.3.out.expected
   trunk/tests/language-behaviour/1421-space-and-quotes.4.out.expected
   trunk/tests/language-behaviour/1421-space-and-quotes.5.out.expected
   trunk/tests/language-behaviour/1421-space-and-quotes.6.out.expected
   trunk/tests/language-behaviour/1421-space-and-quotes.7.out.expected
   trunk/tests/language-behaviour/generate-odd-files
Removed:
   trunk/tests/language-behaviour/142-space-and-quotes. space .out.expected
   trunk/tests/language-behaviour/142-space-and-quotes.2" space ".out.expected
   trunk/tests/language-behaviour/142-space-and-quotes.3' space '.out.expected
   trunk/tests/language-behaviour/1421-space-and-quotes.''' ' ''' '' '''''' ' """"""""" '    '  ' """' "'".out.expected
   trunk/tests/language-behaviour/1421-space-and-quotes.2 sp"ace .out.expected
   trunk/tests/language-behaviour/1421-space-and-quotes.2" space .out.expected
   trunk/tests/language-behaviour/1421-space-and-quotes.2' sp"ac"e .out.expected
   trunk/tests/language-behaviour/1421-space-and-quotes.3 sp'ace .out.expected
   trunk/tests/language-behaviour/1421-space-and-quotes.3' sp'ac'e .out.expected
   trunk/tests/language-behaviour/1421-space-and-quotes.3' space .out.expected
Modified:
   trunk/tests/language-behaviour/run
Log:
workaround for checking out on windows

Deleted: trunk/tests/language-behaviour/142-space-and-quotes. space .out.expected
===================================================================

Added: trunk/tests/language-behaviour/142-space-and-quotes.1.out.expected
===================================================================

Deleted: trunk/tests/language-behaviour/142-space-and-quotes.2" space ".out.expected
===================================================================

Added: trunk/tests/language-behaviour/142-space-and-quotes.2.out.expected
===================================================================

Deleted: trunk/tests/language-behaviour/142-space-and-quotes.3' space '.out.expected
===================================================================

Added: trunk/tests/language-behaviour/142-space-and-quotes.3.out.expected
===================================================================

Deleted: trunk/tests/language-behaviour/1421-space-and-quotes.''' ' ''' '' '''''' ' """"""""" '    '  ' """' "'".out.expected
===================================================================

Added: trunk/tests/language-behaviour/1421-space-and-quotes.1.out.expected
===================================================================

Deleted: trunk/tests/language-behaviour/1421-space-and-quotes.2 sp"ace .out.expected
===================================================================

Deleted: trunk/tests/language-behaviour/1421-space-and-quotes.2" space .out.expected
===================================================================

Deleted: trunk/tests/language-behaviour/1421-space-and-quotes.2' sp"ac"e .out.expected
===================================================================

Added: trunk/tests/language-behaviour/1421-space-and-quotes.2.out.expected
===================================================================

Deleted: trunk/tests/language-behaviour/1421-space-and-quotes.3 sp'ace .out.expected
===================================================================

Deleted: trunk/tests/language-behaviour/1421-space-and-quotes.3' sp'ac'e .out.expected
===================================================================

Deleted: trunk/tests/language-behaviour/1421-space-and-quotes.3' space .out.expected
===================================================================

Added: trunk/tests/language-behaviour/1421-space-and-quotes.3.out.expected
===================================================================

Added: trunk/tests/language-behaviour/1421-space-and-quotes.4.out.expected
===================================================================

Added: trunk/tests/language-behaviour/1421-space-and-quotes.5.out.expected
===================================================================

Added: trunk/tests/language-behaviour/1421-space-and-quotes.6.out.expected
===================================================================

Added: trunk/tests/language-behaviour/1421-space-and-quotes.7.out.expected
===================================================================

Added: trunk/tests/language-behaviour/generate-odd-files
===================================================================
--- trunk/tests/language-behaviour/generate-odd-files	                        (rev 0)
+++ trunk/tests/language-behaviour/generate-odd-files	2009-10-06 20:23:55 UTC (rev 3120)
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+cp 142-space-and-quotes.1.out.expected "142-space-and-quotes. space .out.expected"
+cp 142-space-and-quotes.2.out.expected "142-space-and-quotes.2\" space \".out.expected"
+cp 142-space-and-quotes.3.out.expected "142-space-and-quotes.3' space '.out.expected"
+
+cp 1421-space-and-quotes.1.out.expected "1421-space-and-quotes.''' ' ''' '' '''''' ' \"\"\"\"\"\"\"\"\" '    '  ' \"\"\"' \"'\".out.expected"
+cp 1421-space-and-quotes.2.out.expected "1421-space-and-quotes.2\" space .out.expected"
+cp 1421-space-and-quotes.3.out.expected "1421-space-and-quotes.3' space .out.expected"
+cp 1421-space-and-quotes.4.out.expected "1421-space-and-quotes.2 sp\"ace .out.expected"
+cp 1421-space-and-quotes.5.out.expected "1421-space-and-quotes.3 sp'ace .out.expected"
+cp 1421-space-and-quotes.6.out.expected "1421-space-and-quotes.2' sp\"ac\"e .out.expected"
+cp 1421-space-and-quotes.7.out.expected "1421-space-and-quotes.3' sp'ac'e .out.expected"
+


Property changes on: trunk/tests/language-behaviour/generate-odd-files
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/tests/language-behaviour/run
===================================================================
--- trunk/tests/language-behaviour/run	2009-10-06 19:42:47 UTC (rev 3119)
+++ trunk/tests/language-behaviour/run	2009-10-06 20:23:55 UTC (rev 3120)
@@ -1,5 +1,8 @@
 #!/bin/bash
 
+#Some of the space-and-quotes output files break checkouts on Windows
+./generate-odd-files
+
 # make up a tc.data file
 
 cp $(dirname $(which swift))/../etc/tc.data ./tc.data




More information about the Swift-commit mailing list