Remove unnecessary ignore-tidy-linelength

This commit is contained in:
varkor 2019-04-22 16:15:50 +01:00
parent 51b2ecf78a
commit 62838975d0
78 changed files with 0 additions and 116 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# ignore-tidy-linelength
set -ex set -ex

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# ignore-tidy-linelength
set -ex set -ex
source shared.sh source shared.sh

View File

@ -3,7 +3,6 @@
// ignoring this test until MIR codegen has taken over completely // ignoring this test until MIR codegen has taken over completely
// ignore-test // ignore-test
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=eager // compile-flags:-Zprint-mono-items=eager
#![deny(dead_code)] #![deny(dead_code)]

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=eager // compile-flags:-Zprint-mono-items=eager
#![deny(dead_code)] #![deny(dead_code)]

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=eager // compile-flags:-Zprint-mono-items=eager
#![deny(dead_code)] #![deny(dead_code)]

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=eager // compile-flags:-Zprint-mono-items=eager
#![deny(dead_code)] #![deny(dead_code)]

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=eager // compile-flags:-Zprint-mono-items=eager
#![deny(dead_code)] #![deny(dead_code)]

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=eager // compile-flags:-Zprint-mono-items=eager
#![deny(dead_code)] #![deny(dead_code)]

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=eager // compile-flags:-Zprint-mono-items=eager
#![deny(dead_code)] #![deny(dead_code)]

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=eager // compile-flags:-Zprint-mono-items=eager
#![deny(dead_code)] #![deny(dead_code)]

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=eager // compile-flags:-Zprint-mono-items=eager
#![deny(dead_code)] #![deny(dead_code)]

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=eager // compile-flags:-Zprint-mono-items=eager
#![deny(dead_code)] #![deny(dead_code)]

View File

@ -1,5 +1,4 @@
// compile-flags:-Zprint-mono-items=eager // compile-flags:-Zprint-mono-items=eager
// ignore-tidy-linelength
#![feature(start)] #![feature(start)]

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=eager // compile-flags:-Zprint-mono-items=eager
#![deny(dead_code)] #![deny(dead_code)]

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=eager // compile-flags:-Zprint-mono-items=eager
#![deny(dead_code)] #![deny(dead_code)]

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=eager // compile-flags:-Zprint-mono-items=eager
#![deny(dead_code)] #![deny(dead_code)]

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=eager // compile-flags:-Zprint-mono-items=eager
#![deny(dead_code)] #![deny(dead_code)]

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=lazy // compile-flags:-Zprint-mono-items=lazy
#![deny(dead_code)] #![deny(dead_code)]

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=lazy // compile-flags:-Zprint-mono-items=lazy
// N.B., we do not expect *any* monomorphization to be generated here. // N.B., we do not expect *any* monomorphization to be generated here.

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=eager // compile-flags:-Zprint-mono-items=eager
// compile-flags:-Zinline-in-all-cgus // compile-flags:-Zinline-in-all-cgus

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Zprint-mono-items=eager // compile-flags:-Zprint-mono-items=eager
#![crate_type="lib"] #![crate_type="lib"]

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// We specify -Z incremental here because we want to test the partitioning for // We specify -Z incremental here because we want to test the partitioning for
// incremental compilation // incremental compilation
// compile-flags:-Zprint-mono-items=lazy -Zincremental=tmp/partitioning-tests/statics // compile-flags:-Zprint-mono-items=lazy -Zincremental=tmp/partitioning-tests/statics

View File

@ -1,5 +1,4 @@
// compile-flags: -C no-prepopulate-passes // compile-flags: -C no-prepopulate-passes
// ignore-tidy-linelength
#![crate_type = "lib"] #![crate_type = "lib"]

View File

@ -2,7 +2,6 @@
// before 7.0, then backported to the Rust LLVM fork. It tests that // before 7.0, then backported to the Rust LLVM fork. It tests that
// optimized enum debug info accurately reflects the enum layout. // optimized enum debug info accurately reflects the enum layout.
// ignore-tidy-linelength
// ignore-windows // ignore-windows
// min-system-llvm-version 8.0 // min-system-llvm-version 8.0

View File

@ -2,7 +2,6 @@
// before 7.0, then backported to the Rust LLVM fork. It tests that // before 7.0, then backported to the Rust LLVM fork. It tests that
// debug info for tagged (ordinary) enums is properly emitted. // debug info for tagged (ordinary) enums is properly emitted.
// ignore-tidy-linelength
// ignore-windows // ignore-windows
// min-system-llvm-version 8.0 // min-system-llvm-version 8.0

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// ignore-windows // ignore-windows
// compile-flags: -g -C no-prepopulate-passes // compile-flags: -g -C no-prepopulate-passes

View File

@ -1,7 +1,6 @@
// This test depends on a patch that was committed to upstream LLVM // This test depends on a patch that was committed to upstream LLVM
// before 4.0, formerly backported to the Rust LLVM fork. // before 4.0, formerly backported to the Rust LLVM fork.
// ignore-tidy-linelength
// ignore-windows // ignore-windows
// ignore-macos // ignore-macos

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// ignore-windows // ignore-windows
// ignore-macos // ignore-macos

View File

@ -1,5 +1,4 @@
// compile-flags: -g -C no-prepopulate-passes // compile-flags: -g -C no-prepopulate-passes
// ignore-tidy-linelength
#![crate_type = "lib"] #![crate_type = "lib"]

View File

@ -1,5 +1,4 @@
// compile-flags: -g -C no-prepopulate-passes // compile-flags: -g -C no-prepopulate-passes
// ignore-tidy-linelength
#![crate_type = "lib"] #![crate_type = "lib"]

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
// This test is for *-windows-msvc only. // This test is for *-windows-msvc only.
// ignore-android // ignore-android
// ignore-bitrig // ignore-bitrig

View File

@ -1,5 +1,4 @@
// compile-flags: -C no-prepopulate-passes // compile-flags: -C no-prepopulate-passes
// ignore-tidy-linelength
#![crate_type = "lib"] #![crate_type = "lib"]

View File

@ -1,5 +1,4 @@
// ignore-windows // ignore-windows
// ignore-tidy-linelength
// compile-flags: -g -C metadata=foo -C no-prepopulate-passes // compile-flags: -g -C metadata=foo -C no-prepopulate-passes
// aux-build:xcrate-generic.rs // aux-build:xcrate-generic.rs

View File

@ -1,7 +1,6 @@
// This test depends on a patch that was committed to upstream LLVM // This test depends on a patch that was committed to upstream LLVM
// after 5.0, then backported to the Rust LLVM fork. // after 5.0, then backported to the Rust LLVM fork.
// ignore-tidy-linelength
// ignore-windows // ignore-windows
// ignore-macos // ignore-macos

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
// Require LLVM with DW_TAG_variant_part and a gdb that can read it. // Require LLVM with DW_TAG_variant_part and a gdb that can read it.
// min-system-llvm-version: 8.0 // min-system-llvm-version: 8.0
// min-gdb-version: 8.2 // min-gdb-version: 8.2

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// ignore-lldb: FIXME(#27089) // ignore-lldb: FIXME(#27089)
// min-lldb-version: 310 // min-lldb-version: 310

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// ignore-lldb // ignore-lldb
// Require LLVM with DW_TAG_variant_part and a gdb that can read it. // Require LLVM with DW_TAG_variant_part and a gdb that can read it.

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
// Require LLVM with DW_TAG_variant_part and a gdb and lldb that can // Require LLVM with DW_TAG_variant_part and a gdb and lldb that can
// read it. // read it.
// min-system-llvm-version: 8.0 // min-system-llvm-version: 8.0

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
//[rpass1] compile-flags: -g //[rpass1] compile-flags: -g
//[rpass2] compile-flags: -g //[rpass2] compile-flags: -g
//[rpass3] compile-flags: -g --remap-path-prefix={{src-base}}=/the/src //[rpass3] compile-flags: -g --remap-path-prefix={{src-base}}=/the/src

View File

@ -5,8 +5,6 @@
// so subtle breakage in them can leave a quite hard-to-find trail of // so subtle breakage in them can leave a quite hard-to-find trail of
// destruction. // destruction.
// ignore-tidy-linelength
fn main() { fn main() {
let nodrop_x = false; let nodrop_x = false;
let nodrop_y; let nodrop_y;

View File

@ -5,7 +5,6 @@
// compile-flags:-Zborrowck=mir -Zverbose // compile-flags:-Zborrowck=mir -Zverbose
// ^^^^^^^^^ force compiler to dump more region information // ^^^^^^^^^ force compiler to dump more region information
// ignore-tidy-linelength
#![allow(warnings)] #![allow(warnings)]

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
fn main() { fn main() {
let a = 0; let a = 0;
{ {

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags: --document-private-items // compile-flags: --document-private-items
// @has 'empty_mod_private/index.html' '//a[@href="foo/index.html"]' 'foo' // @has 'empty_mod_private/index.html' '//a[@href="foo/index.html"]' 'foo'

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
// compile-flags:-Z unstable-options --extern-html-root-url core=https://example.com/core/0.1.0 // compile-flags:-Z unstable-options --extern-html-root-url core=https://example.com/core/0.1.0
// @has extern_html_root_url/index.html // @has extern_html_root_url/index.html

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
#![crate_name = "foo"] #![crate_name = "foo"]
// @has foo/struct.Foo.html // @has foo/struct.Foo.html

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// compile-flags: --document-private-items // compile-flags: --document-private-items
#![crate_name = "foo"] #![crate_name = "foo"]

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
// revisions: nll_target // revisions: nll_target
// The following revisions are disabled due to missing support from two-phase beyond autorefs // The following revisions are disabled due to missing support from two-phase beyond autorefs

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
#![feature(const_indexing)] #![feature(const_indexing)]
const FOO: [usize; 3] = [1, 2, 3]; const FOO: [usize; 3] = [1, 2, 3];

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
// run-pass // run-pass
#![deny(deprecated_in_future)] #![deny(deprecated_in_future)]

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
#[derive(Eqr)] #[derive(Eqr)]
//~^ ERROR cannot find derive macro `Eqr` in this scope //~^ ERROR cannot find derive macro `Eqr` in this scope
struct Foo; struct Foo;

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
// Issue 23030: Detect overflowing discriminant // Issue 23030: Detect overflowing discriminant
// //
// Check that we detect the overflow even if enum is not used. // Check that we detect the overflow even if enum is not used.

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
// Issue 23030: Detect overflowing discriminant // Issue 23030: Detect overflowing discriminant
// See also run-pass/discrim-explicit-23030.rs where the suggested // See also run-pass/discrim-explicit-23030.rs where the suggested

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// edition:2015 // edition:2015
// tests that editions work with the tyvar warning-turned-error // tests that editions work with the tyvar warning-turned-error

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
// edition:2018 // edition:2018
// tests that editions work with the tyvar warning-turned-error // tests that editions work with the tyvar warning-turned-error

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
#![feature(coerce_unsized)] #![feature(coerce_unsized)]
use std::ops::CoerceUnsized; use std::ops::CoerceUnsized;

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
#![crate_type = "lib"] #![crate_type = "lib"]
extern { extern {

View File

@ -1,4 +1,3 @@
// ignore-tidy-linelength
#![feature(ffi_returns_twice)] #![feature(ffi_returns_twice)]
#![crate_type = "lib"] #![crate_type = "lib"]

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
use std::cell::Cell; use std::cell::Cell;
use std::rc::Rc; use std::rc::Rc;

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
use std::cell::Cell; use std::cell::Cell;
use std::rc::Rc; use std::rc::Rc;

View File

@ -1,6 +1,4 @@
// issue #21405 // issue #21405
// ignore-tidy-linelength
struct Foo; struct Foo;
fn foo<F>(f: F) where F: FnMut(Foo) {} fn foo<F>(f: F) where F: FnMut(Foo) {}

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
mod auxiliary { mod auxiliary {
mod foo; mod foo;
} }

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
use std::ops::Add; use std::ops::Add;
fn main() { fn main() {

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
trait A<T=Self> {} trait A<T=Self> {}
fn f(a: &A) {} fn f(a: &A) {}

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
use std::ops::{Add, Sub}; use std::ops::{Add, Sub};
type Test = Add + type Test = Add +

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
//~^^ ERROR //~^^ ERROR
#![feature(optin_builtin_traits)] #![feature(optin_builtin_traits)]

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
#![feature(optin_builtin_traits)] #![feature(optin_builtin_traits)]
unsafe auto trait Trait { unsafe auto trait Trait {

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
pub struct Struct; pub struct Struct;
impl Struct { impl Struct {

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
fn foo() -> i32 { fn foo() -> i32 {
42 42
} }

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
trait Foo {} trait Foo {}
impl Foo for dyn Send {} impl Foo for dyn Send {}

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
#![feature(box_patterns)] #![feature(box_patterns)]
#![feature(box_syntax)] #![feature(box_syntax)]

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
#![crate_type = "lib"] #![crate_type = "lib"]
pub struct Bar; pub struct Bar;

View File

@ -1,7 +1,4 @@
// Test new Index error message for slices // Test new Index error message for slices
// ignore-tidy-linelength
use std::ops::Index; use std::ops::Index;

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
/* /*
* We don't infer `T: 'static` outlives relationships by default. * We don't infer `T: 'static` outlives relationships by default.
* Instead an additional feature gate `infer_static_outlives_requirements` * Instead an additional feature gate `infer_static_outlives_requirements`

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
#![feature(rustc_attrs)] #![feature(rustc_attrs)]
// Needs an explicit where clause stating outlives condition. (RFC 2093) // Needs an explicit where clause stating outlives condition. (RFC 2093)

View File

@ -1,7 +1,5 @@
// Regression test for #24356 // Regression test for #24356
// ignore-tidy-linelength
fn main() { fn main() {
{ {
use std::ops::Deref; use std::ops::Deref;

View File

@ -1,6 +1,4 @@
// Test the mechanism for warning about possible missing `self` declarations. // Test the mechanism for warning about possible missing `self` declarations.
// ignore-tidy-linelength
trait CtxtFn { trait CtxtFn {
fn f8(self, _: usize) -> usize; fn f8(self, _: usize) -> usize;
fn f9(_: usize) -> usize; fn f9(_: usize) -> usize;

View File

@ -1,6 +1,4 @@
// aux-build:stability_attribute_issue.rs // aux-build:stability_attribute_issue.rs
// ignore-tidy-linelength
#![deny(deprecated)] #![deny(deprecated)]
extern crate stability_attribute_issue; extern crate stability_attribute_issue;

View File

@ -1,5 +1,3 @@
// ignore-tidy-linelength
#![feature(optin_builtin_traits)] #![feature(optin_builtin_traits)]
struct Managed; struct Managed;