* Add patches from Fedora to fix some test failures.
* Ignore a failure testing specific error output, under investigation.
* Allow 100 test failures on s390x, should be reducible later with LLVM 7.
+ * Temporary fix for mips64el bootstrap.
-- Ximin Luo <infinity0@debian.org> Sat, 04 Aug 2018 22:47:24 -0700
--- /dev/null
+Bug: https://github.com/rust-lang/rust/issues/52108
+--- a/src/bootstrap/bootstrap.py
++++ b/src/bootstrap/bootstrap.py
+@@ -608,6 +608,8 @@
+ (os.pathsep + env["LIBRARY_PATH"]) \
+ if "LIBRARY_PATH" in env else ""
+ env["RUSTFLAGS"] = "-Cdebuginfo=2 "
++ if self.build_triple().startswith('mips'):
++ env["RUSTFLAGS"] += " -Cllvm-args=-mxgot"
+
+ build_section = "target.{}".format(self.build_triple())
+ target_features = []
d-dont-download-stage0.patch
d-ignore-removed-submodules.patch
d-armel-disable-kernel-helpers.patch
+d-read-beta-version-from-file.patch
d-ignore-impl-generic-mismatch-diff.patch
-d-no-web-dependencies-in-doc.patch
+d-fix-mips64el-bootstrap.patch
+d-no-web-dependencies-in-doc.patch
# Work around for some porterboxes, keep this commented
#d-host-duplicates.patch
-d-read-beta-version-from-file.patch