]> git.lizzy.rs Git - rust.git/commit
Fix ABI, run and fix more tests, re-enable CI for PRs
authorThomas Lively <tlively@google.com>
Wed, 2 Oct 2019 18:02:25 +0000 (11:02 -0700)
committerThomas Lively <tlively@google.com>
Fri, 4 Oct 2019 07:47:21 +0000 (00:47 -0700)
commit5b56c660c9cf55b240d26854fa0ffd41db068ff9
tree03bc9b23e0f08f0f94054e85d64672a769c7e339
parent9a55103b985fdd4a7d90db5d46ebaf0a9e34b419
Fix ABI, run and fix more tests, re-enable CI for PRs
46 files changed:
src/bootstrap/builder.rs
src/bootstrap/test.rs
src/ci/azure-pipelines/pr.yml
src/ci/docker/asmjs/Dockerfile
src/ci/docker/disabled/wasm32/Dockerfile
src/liballoc/tests/binary_heap.rs
src/liballoc/tests/str.rs
src/liballoc/tests/str.rs.rej [new file with mode: 0644]
src/liballoc/tests/vec.rs
src/librustc_target/abi/call/wasm32.rs
src/librustc_target/spec/wasm32_unknown_emscripten.rs
src/libtest/lib.rs
src/libtest/tests.rs
src/test/codegen/c-variadic.rs
src/test/codegen/drop.rs
src/test/codegen/extern-functions.rs
src/test/codegen/external-no-mangle-statics.rs
src/test/codegen/link_section.rs
src/test/codegen/personality_lifetimes.rs
src/test/codegen/repr-transparent-aggregates-2.rs
src/test/codegen/simd-intrinsic/simd-intrinsic-generic-arithmetic-saturating.rs
src/test/codegen/simd-intrinsic/simd-intrinsic-generic-bitmask.rs
src/test/codegen/union-abi.rs
src/test/compile-fail/weak-lang-item.rs
src/test/incremental/change_crate_dep_kind.rs
src/test/incremental/commandline-args.rs
src/test/incremental/remapped_paths_cc/main.rs
src/test/incremental/span_hash_stable/main.rs
src/test/incremental/spans_in_type_debuginfo.rs
src/test/incremental/spans_significant_w_debuginfo.rs
src/test/mir-opt/box_expr.rs
src/test/mir-opt/generator-storage-dead-unwind.rs
src/test/mir-opt/issue-41110.rs
src/test/mir-opt/issue-62289.rs
src/test/mir-opt/no-spurious-drop-after-call.rs
src/test/mir-opt/packed-struct-drop-aligned.rs
src/test/mir-opt/remove_fake_borrows.rs
src/test/mir-opt/retag.rs
src/test/run-make/wasm-custom-section/Makefile
src/test/run-make/wasm-custom-sections-opt/Makefile
src/test/run-make/wasm-export-all-symbols/Makefile
src/test/run-make/wasm-import-module/Makefile
src/test/run-make/wasm-panic-small/Makefile
src/test/run-make/wasm-symbols-not-exported/Makefile
src/test/run-make/wasm-symbols-not-imported/Makefile
src/tools/compiletest/src/header.rs