rust/src/test/run-make
Steve Klabnik 6ac7fc73f5 Update infrastructure for fail -> panic
This includes updating the language items and marking what needs to
change after a snapshot.

If you do not use the standard library, the language items you need to
implement have changed. For example:

```rust
 #[lang = "fail_fmt"] fn fail_fmt() -> ! { loop {} }
```

is now

```rust
 #[lang = "panic_fmt"] fn panic_fmt() -> ! { loop {} }
```

Related, lesser-implemented language items `fail` and
`fail_bounds_check` have become `panic` and `panic_bounds_check`, as
well. These are implemented by `libcore`, so it is unlikely (though
possible!) that these two renamings will affect you.

[breaking-change]

Fix test suite
2014-10-29 16:06:13 -04:00
..
bootstrap-from-c-with-native Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
c-dynamic-dylib
c-dynamic-rlib
c-link-to-rust-dylib
c-link-to-rust-staticlib
c-static-dylib
c-static-rlib
cannot-read-embedded-idents
crate-data-smoke
crate-name-priority
dep-info
dep-info-custom Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
dep-info-spaces Make --dep-info escape spaces in filenames 2014-10-01 11:40:00 -04:00
duplicate-output-flavors
dylib-chain
error-writing-dependencies
extern-diff-internal-name Add regression test for #17186 2014-09-12 18:09:47 -07:00
extern-flag-disambiguates
extern-flag-fun
extern-fn-generic
extern-fn-mangle
extern-fn-reachable
extern-fn-with-packed-struct
extern-fn-with-union
extra-filename-with-temp-outputs
graphviz-flowgraph
interdependent-c-libraries
intrinsic-unreachable Add tests for intrinsics::unreachable 2014-10-04 20:09:09 -07:00
invalid-library
issue-7349
issue-11908
issue-12446
issue-14500 Move -Z lto to -C lto. 2014-09-21 02:17:31 -04:00
issue-15460
libs-and-bins
libs-through-symlinks Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
link-path-order Added test for link path ordering 2014-09-07 11:42:02 +02:00
ls-metadata
lto-readonly-lib rustc: Fix permission denied error in 'ar' when lto is enabled 2014-09-29 15:07:14 +02:00
lto-smoke Move -Z lto to -C lto. 2014-09-21 02:17:31 -04:00
lto-smoke-c Move -Z lto to -C lto. 2014-09-21 02:17:31 -04:00
lto-syntax-extension Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
manual-crate-name
many-crates-but-no-match Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
metadata-flag-frobs-symbols
missing-crate-dependency
mixing-deps
mixing-formats
mixing-libs
multiple-versions
no-duplicate-libs Update infrastructure for fail -> panic 2014-10-29 16:06:13 -04:00
no-intermediate-extras
no-stack-check Disable no-stack-check test on Windows 2014-10-09 21:26:51 -07:00
obey-crate-type-flag
output-type-permutations don't leave unwanted temporary files with --emit=ir/asm 2014-09-05 09:18:57 -07:00
prefer-dylib
prefer-rlib
pretty-expanded
pretty-expanded-hygiene
pretty-print-path-suffix
pretty-print-to-file
prune-link-args
relocation-model
rlib-chain
rustdoc-hidden-line Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
rustdoc-json Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
rustdoc-recursion rustdoc: Don't try to inline the crate root 2014-09-23 15:19:30 -07:00
rustdoc-search-index
rustdoc-smoke Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
rustdoc-where test: Don't depend on /bin/bash 2014-10-02 19:34:26 -07:00
save-analysis
sepcomp-cci-copies test: Convert statics to constants 2014-10-09 09:44:52 -07:00
sepcomp-inlining
sepcomp-separate
simple-dylib
simple-rlib
static-unwinding Rename fail! to panic! 2014-10-29 11:43:07 -04:00
staticlib-blank-lib
suspicious-library
symbols-are-reasonable
symlinked-extern
symlinked-libraries
test-harness Continue cfg syntax transition 2014-10-12 11:40:19 -07:00
test-shard-completeness
unicode-input Remove a large amount of deprecated functionality 2014-10-19 12:59:40 -07:00
version
volatile-intrinsics
weird-output-filenames
tools.mk