1# 2# Boost.Wave: A Standard compliant C++ preprocessor library 3# http://www.boost.org/ 4# 5# Copyright (c) 2003-2013 Hartmut Kaiser. Distributed under the Boost 6# Software License, Version 1.0. (See accompanying file 7# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 8# 9 10# 11# t_1: Macro expansion 12# 13t_1_001.cpp 14t_1_002.cpp 15t_1_003.cpp 16t_1_004.cpp 17t_1_005.cpp 18t_1_006.cpp 19t_1_007.cpp 20t_1_008.cpp 21t_1_009.cpp 22t_1_010.cpp 23t_1_011.cpp 24t_1_012.cpp 25t_1_013.cpp 26# t_1_014 currently disabled because of a known problem in the Wave library 27#t_1_014.cpp 28t_1_015.cpp 29t_1_016.cpp 30t_1_017.cpp 31t_1_018.cpp 32t_1_019.cpp 33t_1_020.cpp 34t_1_021.cpp 35t_1_022.cpp 36t_1_023.cpp 37t_1_024.cpp 38t_1_025.cpp 39t_1_026.cpp 40t_1_027.cpp 41t_1_028.cpp 42t_1_029.cpp 43t_1_030.cpp 44t_1_031.cpp 45t_1_032.cpp 46t_1_033.cpp 47t_1_034.cpp 48t_1_035.cpp 49t_1_036.cpp 50t_1_037.cpp 51t_1_038.cpp 52 53# 54# t_2: Preprocessing directives 55# 56t_2_001.cpp 57t_2_002.cpp 58t_2_003.cpp 59t_2_004.cpp 60t_2_005.cpp 61t_2_006.cpp 62t_2_007.cpp 63t_2_008.cpp 64t_2_009.cpp 65t_2_010.cpp 66t_2_011.cpp 67t_2_012.cpp 68t_2_013.cpp 69t_2_014.cpp 70t_2_015.cpp 71t_2_016.cpp 72t_2_017.cpp 73t_2_018.cpp 74t_2_019.cpp 75t_2_020.cpp 76t_2_021.cpp 77t_2_022.cpp 78t_2_023.cpp 79t_2_024.cpp 80t_2_025.cpp 81t_2_026.cpp 82t_2_027.cpp 83t_2_028.cpp 84t_2_029.cpp 85t_2_030.cpp 86 87# 88# t_3: Predefined macros 89# 90t_3_001.cpp 91t_3_002.cpp 92t_3_003.cpp 93t_3_004.cpp 94 95# 96# Preprocessing expressions 97# 98t_4_001.cpp 99t_4_002.cpp 100t_4_003.cpp 101t_4_004.cpp 102 103# 104# unit tests from the mcpp preprocessor validation suite 105# (general functionality) 106# 107t_5_001.cpp 108t_5_002.cpp 109t_5_003.cpp 110# t_5_004 is currently disabled because of a known problem in the Wave library 111#t_5_004.cpp 112t_5_005.cpp 113t_5_006.cpp 114t_5_007.cpp 115t_5_008.cpp 116t_5_009.cpp 117t_5_010.cpp 118t_5_011.cpp 119t_5_012.cpp 120t_5_013.cpp 121t_5_014.cpp 122t_5_015.cpp 123t_5_016.cpp 124t_5_017.cpp 125t_5_018.cpp 126t_5_019.cpp 127t_5_020.cpp 128t_5_021.cpp 129t_5_022.cpp 130t_5_023.cpp 131t_5_024.cpp 132t_5_025.cpp 133t_5_026.cpp 134t_5_027.cpp 135t_5_028.cpp 136t_5_029.cpp 137# t_5_030 contains one disabled test 138t_5_030.cpp 139t_5_031.cpp 140t_5_032.cpp 141t_5_033.cpp 142t_5_034.cpp 143t_5_035.cpp 144 145# 146# unit tests from the mcpp preprocessor validation suite 147# (error reporting) 148# 149t_6_001.cpp 150t_6_002.cpp 151t_6_003.cpp 152t_6_004.cpp 153t_6_005.cpp 154t_6_006.cpp 155t_6_007.cpp 156t_6_008.cpp 157t_6_009.cpp 158t_6_010.cpp 159t_6_011.cpp 160t_6_012.cpp 161t_6_013.cpp 162t_6_014.cpp 163t_6_015.cpp 164t_6_016.cpp 165t_6_017.cpp 166t_6_018.cpp 167t_6_019.cpp 168t_6_020.cpp 169t_6_021.cpp 170t_6_022.cpp 171t_6_023.cpp 172t_6_024.cpp 173t_6_025.cpp 174t_6_026.cpp 175t_6_027.cpp 176t_6_028.cpp 177t_6_029.cpp 178t_6_030.cpp 179t_6_031.cpp 180t_6_032.cpp 181t_6_033.cpp 182t_6_034.cpp 183t_6_035.cpp 184t_6_036.cpp 185t_6_037.cpp 186t_6_038.cpp 187t_6_039.cpp 188t_6_040.cpp 189t_6_041.cpp 190t_6_042.cpp 191t_6_043.cpp 192t_6_044.cpp 193t_6_045.cpp 194t_6_046.cpp 195t_6_047.cpp 196t_6_048.cpp 197t_6_049.cpp 198t_6_050.cpp 199t_6_051.cpp 200t_6_052.cpp 201t_6_053.cpp 202t_6_054.cpp 203t_6_055.cpp 204t_6_056.cpp 205t_6_057.cpp 206t_6_058.cpp 207t_6_059.cpp 208t_6_060.cpp 209t_6_061.cpp 210t_6_062.cpp 211t_6_063.cpp 212t_6_064.cpp 213t_6_065.cpp 214t_6_066.cpp 215t_6_067.cpp 216t_6_068.cpp 217t_6_069.cpp 218 219# 220# t_7: C++0x testing 221# 222t_7_001.cpp 223t_7_002.cpp 224t_7_003.cpp 225t_7_004.cpp 226t_7_005.cpp 227t_7_006.cpp 228 229# 230# t_8: C++2a testing 231# 232t_8_001.cpp 233t_8_002.cpp 234t_8_003.cpp 235t_8_004.cpp 236t_8_005.cpp 237t_8_006.cpp 238t_8_007.cpp 239t_8_008.cpp 240t_8_009.cpp 241t_8_010.cpp 242t_8_011.cpp 243 244# 245# t_9: General preprocessing problems 246# 247t_9_001.cpp 248t_9_002.cpp 249t_9_003.cpp 250t_9_004.cpp 251t_9_005.cpp 252t_9_006.cpp 253t_9_007.cpp 254t_9_008.cpp 255t_9_009.cpp 256t_9_010.cpp 257t_9_011.cpp 258t_9_012.cpp 259t_9_013.cpp 260t_9_014.cpp 261t_9_015.cpp 262t_9_016.cpp 263t_9_017.cpp 264t_9_018.cpp 265t_9_019.cpp 266t_9_020.cpp 267t_9_021.cpp 268t_9_022.cpp 269t_9_023.cpp 270t_9_024.cpp 271t_9_025.cpp 272t_9_026.cpp 273# t_9_027.cpp currently disabled, expected fail only on windows 274# t_9_028.cpp currently disabled, expected fail only on windows 275