Changeset 280 in kBuild for branches/GNU/src/gmake/tests/ChangeLog
- Timestamp:
- May 16, 2005 4:54:02 PM (20 years ago)
- Location:
- branches/GNU/src/gmake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake
- Property svn:ignore
-
old new 34 34 README.DOS 35 35 README.W32 36 README.OS2 36 37 aclocal.m4 37 38 autom4te.cache
-
- Property svn:ignore
-
branches/GNU/src/gmake/tests/ChangeLog
r153 r280 1 2005-05-13 Paul D. Smith <[email protected]> 2 3 * scripts/features/conditionals: Add tests for the new if... else 4 if... endif syntax. 5 6 2005-05-03 Paul D. Smith <[email protected]> 7 8 * scripts/variables/DEFAULT_GOAL: Rename DEFAULT_TARGET to 9 DEFAULT_GOAL. 10 11 2005-05-02 Paul D. Smith <[email protected]> 12 13 * scripts/features/parallelism: Add a test for exporting recursive 14 variables containing $(shell ) calls. Rewrite this script to use 15 run_make_test() everywhere. 16 17 2005-04-07 Paul D. Smith <[email protected]> 18 19 * scripts/targets/SECONDARY: Add a test for Savannah bug #12331. 20 21 2005-03-15 Boris Kolpackov <[email protected]> 22 23 * scripts/variables/automatic: Add a test for Savannah bug #12320. 24 25 2005-03-10 Boris Kolpackov <[email protected]> 26 27 * scripts/features/patternrules: Add a test for Savannah bug #12267. 28 29 2005-03-09 Boris Kolpackov <[email protected]> 30 31 * scripts/variables/DEFAULT_TARGET: Add a test for Savannah 32 bug #12266. 33 34 2005-03-04 Boris Kolpackov <[email protected]> 35 36 * scripts/features/patternrules: Add a test for Savannah bug #12202. 37 38 2005-03-03 Boris Kolpackov <[email protected]> 39 40 * scripts/features/se_implicit: Add a test for stem 41 termination bug. Add a test for stem triple-expansion bug. 42 43 * scripts/features/se_statpat: Add a test for stem 44 triple-expansion bug. 45 46 * scripts/features/statipattrules: Change test #4 to reflect 47 new way empty prerequisite list is handled. 48 49 50 2005-03-01 Boris Kolpackov <[email protected]> 51 52 * scripts/features/statipattrules: Add a test for 53 Savannah bug #12180. 54 55 2005-02-28 Paul D. Smith <[email protected]> 56 57 * scripts/options/dash-q: Add a test for Savannah bug # 7144. 58 59 * scripts/options/symlinks: New file to test checking of symlink 60 timestamps. Can't use filename dash-L because it conflicts with 61 dash-l on case-insensitive filesystems. 62 63 * scripts/variables/MAKEFILE_LIST, scripts/variables/MFILE_LIST: 64 Rename MAKEFILE_LIST test to MFILE_LIST, for systems that need 8.3 65 unique filenames. 66 67 2005-02-28 Boris Kolpackov <[email protected]> 68 69 * scripts/variables/DEFAULT_TARGET: Test the .DEFAULT_TARGET 70 special variable. 71 72 2005-02-27 Boris Kolpackov <[email protected]> 73 74 * scripts/features/se_explicit: Test the second expansion in 75 explicit rules. 76 * scripts/features/se_implicit: Test the second expansion in 77 implicit rules. 78 * scripts/features/se_statpat: Test the second expansion in 79 static pattern rules. 80 * scripts/variables/automatic: Fix to work with the second 81 expansion. 82 83 * scripts/misc/general4: Add a test for bug #12091. 84 85 2005-02-27 Paul D. Smith <[email protected]> 86 87 * scripts/functions/eval: Check that eval of targets within 88 command scripts fails. See Savannah bug # 12124. 89 90 2005-02-26 Paul D. Smith <[email protected]> 91 92 * test_driver.pl (compare_output): If a basic comparison of the 93 log and answer doesn't match, try harder: change all backslashes 94 to slashes and all CRLF to LF. This helps on DOS/Windows systems. 95 96 2005-02-09 Paul D. Smith <[email protected]> 97 98 * scripts/features/recursion: Test command line variable settings: 99 only one instance of a given variable should be provided. 100 101 2004-11-30 Boris Kolpackov <[email protected]> 102 103 * tests/scripts/functions/abspath: New file: test `abspath' 104 built-in function. 105 106 * tests/scripts/functions/realpath: New file: test `realpath' 107 built-in function. 108 109 2004-11-28 Paul D. Smith <[email protected]> 110 111 * scripts/options/dash-C [WINDOWS32]: Add a test for bug #10252; 112 this doesn't really test anything useful in UNIX but... 113 114 * scripts/variables/SHELL: New file: test proper handling of SHELL 115 according to POSIX rules. Fixes bug #1276. 116 117 2004-10-21 Boris Kolpackov <[email protected]> 118 119 * scripts/functions/word: Test $(firstword ) and $(lastword ). 120 121 2004-10-05 Boris Kolpackov <[email protected]> 122 123 * scripts/features/patspecific_vars: Test simple/recursive 124 variable expansion. 125 126 2004-09-28 Boris Kolpackov <[email protected]> 127 128 * scripts/features/include: Test dontcare flag inheritance 129 when rebuilding makefiles. 130 131 2004-09-27 Boris Kolpackov <[email protected]> 132 133 * scripts/features/patspecific_vars: Test exported variables. 134 135 2004-09-22 Paul D. Smith <[email protected]> 136 137 * run_make_tests.pl (run_make_test): Don't add newlines to the 138 makestring or answer if they are completely empty. 139 140 * scripts/features/patternrules: Rename from implicit_prereq_eval. 141 142 * scripts/test_template: Rework the template. 143 144 2004-09-21 Boris Kolpackov <[email protected]> 145 146 * run_make_tests.pl: Change `#!/usr/local/bin/perl' to be 147 `#!/usr/bin/env perl'. 148 149 * scripts/features/implicit_prereq_eval: Test implicit rule 150 prerequisite evaluation code. 151 152 2004-09-21 Paul D. Smith <[email protected]> 153 154 * run_make_tests.pl (run_make_test): Enhance to allow the make 155 string to be undef: in that case it reuses the previous make 156 string. Allows multiple tests on the same makefile. 157 158 * scripts/variables/flavors: Add some tests for prefix characters 159 interacting with define/endef variables. 160 161 2004-09-20 Paul D. Smith <[email protected]> 162 163 * scripts/functions/substitution: Rewrite to use run_make_test() 164 interface, and add test for substitution failures reported by 165 Markus Mauhart <[email protected]>. 166 167 2004-03-22 Paul D. Smith <[email protected]> 168 169 * test_driver.pl (run_each_test, toplevel, compare_output): Change 170 to track both the testing categories _AND_ the number of 171 individual tests, and report both sets of numbers. 172 1 173 2004-02-21 Paul D. Smith <[email protected]> 2 174
Note:
See TracChangeset
for help on using the changeset viewer.