Changes between Version 15 and Version 16 of Building/RunningTests
- Timestamp:
- 08/17/08 12:58:57 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/RunningTests
v15 v16 192 192 '''skip_if_fast''' skip if "fast" is enabled 193 193 194 '''skip_if_tag(tag)''' skip if the compiler has a given tag195 196 '''skip_unless_tag(tag)''' skip unless the compiler has a given tag197 198 194 '''omit_ways(ways)''' skip this test for certain ways 199 195 … … 213 209 214 210 '''if_platform(plat, f)''' Do `f`, but only if we are on the specific platform given 211 212 '''if_tag(tag, f)''' do `f` if the compiler has a given tag 213 214 '''unless_tag(tag, f)''' do `f` unless the compiler has a given tag 215 215 216 216 '''set_stdin(file)''' use a different file for stdin
