Changes between Version 13 and Version 14 of Building/RunningTests
- Timestamp:
- 08/17/08 12:47:30 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/RunningTests
v13 v14 192 192 '''skip_if_fast''' skip if "fast" is enabled 193 193 194 '''skip_if_platform(platform)''' skip if we're on the named platform195 196 194 '''skip_if_tag(tag)''' skip if the compiler has a given tag 197 195 … … 212 210 '''expect_broken_for(bug, ways)''' as expect_broken, but only for the indicated ways 213 211 214 '''expect_broken_if_platform(bug, plat)''' as expect_broken, but only for the specific platform given215 216 212 '''expect_broken_if_compiler_type(bug, compiler_type)''' as expect_broken, but only for the given compiler type 213 214 '''if_platform(plat, f)''' Do `f`, but only if we are on the specific platform given 217 215 218 216 '''set_stdin(file)''' use a different file for stdin
