Skip to content

Commit 35c0bf3

Browse files
committed
Add a ton of ignore-lexer-test
1 parent c41a7df commit 35c0bf3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+82
-3
lines changed

src/grammar/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ check() {
2929
fi
3030
}
3131

32-
for file in $(find $1 -iname '*.rs' ! -path '*/test/compile-fail/*' ); do
32+
for file in $(find $1 -iname '*.rs' ! -path '*/test/compile-fail*'); do
3333
check $file $2 $3 $4 $5
3434
done

src/libcollections/hash/sip.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15883
1012

1113
/*!
1214
* Implementation of SipHash 2-4

src/libcore/num/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15679
1012

1113
//! Numeric traits and functions for generic mathematics
1214

src/libnative/io/tty_win32.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// ignore-lexer-test FIXME #15877
12+
1113
//! Windows specific console TTY implementation
1214
//!
1315
//! This module contains the implementation of a Windows specific console TTY.

src/librand/distributions/gamma.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15679
1012

1113
//! The Gamma and derived distributions.
1214

src/libregex/test/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// ignore-tidy-linelength
12+
// ignore-lexer-test FIXME #15679
1213

1314
use regex::{Regex, NoExpand};
1415

src/libstd/collections/hashmap.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15883
1012

1113
//! Unordered containers, implemented as hash-tables (`HashSet` and `HashMap` types)
1214

src/libstd/io/buffered.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15883
1012

1113
//! Buffering wrappers for I/O traits
1214

src/libstd/io/fs.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15679
1012

1113
/*! Synchronous File I/O
1214

src/libstd/io/mem.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
10+
//
11+
// ignore-lexer-test FIXME #15679
1012

1113
//! Readers and Writers for in-memory buffers
1214

0 commit comments

Comments
 (0)