rust/src/test/incremental
bors a04b88d194 Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoerister
Cleanup metadata and incremental cache processing of constants

fixes #49033
fixes #49081

we really need tests for this. do we have any cross compilation tests? I couldn't find any
2018-03-19 10:39:26 +00:00
..
add_private_fn_at_krate_root_cc Fix incremental tests after change to instantiation strategy. 2017-11-07 08:54:38 +01:00
callee_caller_cross_crate incr.comp.: Use red/green tracking for CGU re-use. 2017-10-02 15:45:46 +02:00
change_add_field Fix incremental tests after change to instantiation strategy. 2017-11-07 08:54:38 +01:00
change_crate_order rename Tables to TypeckTables 2017-01-25 16:24:00 -05:00
change_private_fn Fix incremental tests after change to instantiation strategy. 2017-11-07 08:54:38 +01:00
change_private_fn_cc Fix incremental tests after change to instantiation strategy. 2017-11-07 08:54:38 +01:00
change_private_impl_method Fix incremental tests after change to instantiation strategy. 2017-11-07 08:54:38 +01:00
change_private_impl_method_cc Fix incremental tests after change to instantiation strategy. 2017-11-07 08:54:38 +01:00
change_pub_inherent_method_body Fix incremental tests after change to instantiation strategy. 2017-11-07 08:54:38 +01:00
change_pub_inherent_method_sig Fix incremental tests after change to instantiation strategy. 2017-11-07 08:54:38 +01:00
hashes Stabilize inclusive_range_syntax language feature. 2018-03-15 16:58:02 +08:00
inlined_hir_34991 remap Hir(InlinedDefId) to MetaData(OriginalDefId) 2016-08-02 05:31:25 -04:00
issue-39828 detect "bootstrap outputs" when serializing the dep-graph 2017-02-22 12:02:41 -05:00
krate_reassign_34991 watch out for krate numbers being reassigned 2016-08-02 05:31:25 -04:00
remapped_paths_cc Implement --remap-path-prefix 2018-02-22 15:13:21 -08:00
remove-private-item-cross-crate incr.comp.: Use red/green tracking for CGU re-use. 2017-10-02 15:45:46 +02:00
remove_crate incr.comp.: Don't crash in DepGraph::try_mark_green() when encountering a removed input node. 2017-11-10 17:50:15 +01:00
remove_source_file incr.comp.: Make DefSpan an input dep-node so it is not affected by the existing Span/HIR hashing hack. 2017-11-08 11:30:14 +01:00
rlib_cross_crate incr.comp.: Use red/green tracking for CGU re-use. 2017-10-02 15:45:46 +02:00
span_hash_stable incr.comp. Add tests for stable span hashing. 2016-09-01 09:43:44 -04:00
static_refering_to_other_static Cleanup metadata and incremental cache processing of constants 2018-03-16 17:22:37 +01:00
struct_change_field_type_cross_crate incr.comp.: Use red/green tracking for CGU re-use. 2017-10-02 15:45:46 +02:00
type_alias_cross_crate incr.comp.: Use red/green tracking for CGU re-use. 2017-10-02 15:45:46 +02:00
cache_file_headers.rs incr.comp.: Use red/green tracking for CGU re-use. 2017-10-02 15:45:46 +02:00
change_crate_dep_kind.rs incr.comp.: Mark DepKind node as input. 2017-12-18 15:40:07 +01:00
change_symbol_export_status.rs incr.comp.: Use red/green tracking for CGU re-use. 2017-10-02 15:45:46 +02:00
commandline-args.rs incr.comp.: Use red/green tracking for CGU re-use. 2017-10-02 15:45:46 +02:00
crate_hash_reorder.rs fix stray comment 2016-08-23 13:29:28 -04:00
dirty_clean.rs incr.comp.: Make #[rustc_dirty/clean] test for fingerprint equality instead of DepNode existence. 2017-09-23 19:47:46 +02:00
feature_gate.rs incr.comp.: Add regression test for detecting feature gate changes. 2018-03-05 11:05:01 +01:00
foreign.rs hash foreign items too 2016-08-01 19:57:32 -04:00
hello_world.rs rename Tables to TypeckTables 2017-01-25 16:24:00 -05:00
ich_method_call_trait_scope.rs incr.comp.: Hash spans unconditionally for full accuracy. 2017-12-08 10:02:26 +01:00
ich_nested_items.rs incr.comp.: Hash spans unconditionally for full accuracy. 2017-12-08 10:02:26 +01:00
ich_resolve_results.rs incr.comp.: Hash spans unconditionally for full accuracy. 2017-12-08 10:02:26 +01:00
issue-35593.rs incr.comp.: Use red/green tracking for CGU re-use. 2017-10-02 15:45:46 +02:00
issue-38222.rs rustc_mir: always run the deaggregator. 2018-02-20 02:50:26 +02:00
issue-39569.rs fix case where some edges can't be recreated by expanding the graph 2017-02-06 10:20:23 -05:00
issue-42602.rs move resolve_lifetimes into a proper query 2017-12-11 10:11:13 -05:00
issue-49043.rs extend stable hasher to support CanonicalTy 2018-03-16 12:49:37 -04:00
krate-inherent.rs Fix incremental tests after change to instantiation strategy. 2017-11-07 08:54:38 +01:00
krate-inlined.rs Fix incremental tests after change to instantiation strategy. 2017-11-07 08:54:38 +01:00
macro_export.rs incr.comp.: Move macro-export test case to src/test/incremental. 2017-10-09 15:38:51 +02:00
source_loc_macros.rs incr.comp.: Hash spans unconditionally for full accuracy. 2017-12-08 10:02:26 +01:00
spans_in_type_debuginfo.rs incr.comp.: Make DefSpan an input dep-node so it is not affected by the existing Span/HIR hashing hack. 2017-11-08 11:30:14 +01:00
spans_significant_w_debuginfo.rs Give function bodies their own dep graph node 2016-11-29 13:04:27 +01:00
spans_significant_w_panic.rs incr.comp.: Hash spans unconditionally for full accuracy. 2017-12-08 10:02:26 +01:00
spike-neg1.rs Address mw nits 2016-07-28 12:05:45 -04:00
spike-neg2.rs Address mw nits 2016-07-28 12:05:45 -04:00
spike.rs incr.comp.: Use red/green tracking for CGU re-use. 2017-10-02 15:45:46 +02:00
string_constant.rs Fix incremental tests after change to instantiation strategy. 2017-11-07 08:54:38 +01:00
struct_add_field.rs rename Tables to TypeckTables 2017-01-25 16:24:00 -05:00
struct_change_field_name.rs rename Tables to TypeckTables 2017-01-25 16:24:00 -05:00
struct_change_field_type.rs rename Tables to TypeckTables 2017-01-25 16:24:00 -05:00
struct_change_nothing.rs rename Tables to TypeckTables 2017-01-25 16:24:00 -05:00
struct_remove_field.rs rename Tables to TypeckTables 2017-01-25 16:24:00 -05:00
unchecked_dirty_clean.rs Let the ICH testing framework check that all #[rustc_dirty] attrs have been actually checked. 2017-02-03 15:08:42 -05:00
warnings-reemitted.rs incr.comp.: Implement query diagnostic persistence. 2017-10-25 15:43:48 +02:00