Home | History | Annotate | Line # | Download | only in unit-tests
varmod-order.exp revision 1.17
      1 make: "varmod-order.mk" line 14: Bad modifier ":OX"
      2 	while evaluating variable "WORDS" with value "one two three four five six seven eight nine ten"
      3 make: "varmod-order.mk" line 17: Bad modifier ":OxXX"
      4 	while evaluating variable "WORDS" with value "one two three four five six seven eight nine ten"
      5 make: "varmod-order.mk" line 20: Unclosed expression, expecting '}' for modifier "O"
      6 	while evaluating variable "WORDS" with value "eight five four nine one seven six ten three two"
      7 make: "varmod-order.mk" line 22: Unclosed expression, expecting '}' for modifier "On"
      8 	while evaluating variable "NUMBERS" with value "1 2 3 4 5 6 7 8 9 10"
      9 make: "varmod-order.mk" line 24: Unclosed expression, expecting '}' for modifier "Onr"
     10 	while evaluating variable "NUMBERS" with value "10 9 8 7 6 5 4 3 2 1"
     11 make: "varmod-order.mk" line 30: Bad modifier ":Oxn"
     12 	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
     13 make: "varmod-order.mk" line 39: Bad modifier ":On_typo"
     14 	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
     15 make: "varmod-order.mk" line 48: Bad modifier ":Onr_typo"
     16 	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
     17 make: "varmod-order.mk" line 57: Bad modifier ":Orn_typo"
     18 	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
     19 make: "varmod-order.mk" line 68: Bad modifier ":Onn"
     20 	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
     21 make: "varmod-order.mk" line 77: Bad modifier ":Onrr"
     22 	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
     23 make: "varmod-order.mk" line 86: Bad modifier ":Orrn"
     24 	while evaluating variable "NUMBERS" with value "8 5 4 9 1 7 6 10 3 2"
     25 make: "varmod-order.mk" line 100: Bad modifier ":On=Off"
     26 	while evaluating variable "SWITCH" with value "On"
     27 make: Fatal errors encountered -- cannot continue
     28 make: stopped making "all" in unit-tests
     29 exit status 1
     30