diff options
| author | Corey Richardson <corey@octayn.net> | 2014-07-21 15:57:14 -0700 |
|---|---|---|
| committer | Corey Richardson <corey@octayn.net> | 2014-07-21 18:38:40 -0700 |
| commit | 35c0bf32926ec8095a7ca5b5b77e612c15ddf098 (patch) | |
| tree | 74763af205f24c33de968eb50b7fe09dd7ebdcc3 /src/libstd | |
| parent | c41a7dfcc7b1c71305bd1816bb2e6aff7abddbb2 (diff) | |
| download | rust-35c0bf32926ec8095a7ca5b5b77e612c15ddf098.tar.gz rust-35c0bf32926ec8095a7ca5b5b77e612c15ddf098.zip | |
Add a ton of ignore-lexer-test
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/collections/hashmap.rs | 2 | ||||
| -rw-r--r-- | src/libstd/io/buffered.rs | 2 | ||||
| -rw-r--r-- | src/libstd/io/fs.rs | 2 | ||||
| -rw-r--r-- | src/libstd/io/mem.rs | 2 | ||||
| -rw-r--r-- | src/libstd/io/mod.rs | 2 | ||||
| -rw-r--r-- | src/libstd/num/strconv.rs | 2 | ||||
| -rw-r--r-- | src/libstd/path/windows.rs | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/src/libstd/collections/hashmap.rs b/src/libstd/collections/hashmap.rs index 098e87243b6..f9c99e54df0 100644 --- a/src/libstd/collections/hashmap.rs +++ b/src/libstd/collections/hashmap.rs @@ -7,6 +7,8 @@ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your // option. This file may not be copied, modified, or distributed // except according to those terms. +// +// ignore-lexer-test FIXME #15883 //! Unordered containers, implemented as hash-tables (`HashSet` and `HashMap` types) diff --git a/src/libstd/io/buffered.rs b/src/libstd/io/buffered.rs index 4f355502eb8..e25006a7b39 100644 --- a/src/libstd/io/buffered.rs +++ b/src/libstd/io/buffered.rs @@ -7,6 +7,8 @@ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your // option. This file may not be copied, modified, or distributed // except according to those terms. +// +// ignore-lexer-test FIXME #15883 //! Buffering wrappers for I/O traits diff --git a/src/libstd/io/fs.rs b/src/libstd/io/fs.rs index 449ad6fa0da..e25ec5366c9 100644 --- a/src/libstd/io/fs.rs +++ b/src/libstd/io/fs.rs @@ -7,6 +7,8 @@ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your // option. This file may not be copied, modified, or distributed // except according to those terms. +// +// ignore-lexer-test FIXME #15679 /*! Synchronous File I/O diff --git a/src/libstd/io/mem.rs b/src/libstd/io/mem.rs index 1c0251c8369..b93b84b7d63 100644 --- a/src/libstd/io/mem.rs +++ b/src/libstd/io/mem.rs @@ -7,6 +7,8 @@ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your // option. This file may not be copied, modified, or distributed // except according to those terms. +// +// ignore-lexer-test FIXME #15679 //! Readers and Writers for in-memory buffers diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs index 6ac092fd8c6..42ce2180fa6 100644 --- a/src/libstd/io/mod.rs +++ b/src/libstd/io/mod.rs @@ -7,6 +7,8 @@ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your // option. This file may not be copied, modified, or distributed // except according to those terms. +// +// ignore-lexer-test FIXME #15883 // FIXME: cover these topics: // path, reader, writer, stream, raii (close not needed), diff --git a/src/libstd/num/strconv.rs b/src/libstd/num/strconv.rs index 88fc6e1ffd8..cc30acf064b 100644 --- a/src/libstd/num/strconv.rs +++ b/src/libstd/num/strconv.rs @@ -7,6 +7,8 @@ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your // option. This file may not be copied, modified, or distributed // except according to those terms. +// +// ignore-lexer-test FIXME #15679 #![allow(missing_doc)] diff --git a/src/libstd/path/windows.rs b/src/libstd/path/windows.rs index 88ae0d4837e..0de098319e8 100644 --- a/src/libstd/path/windows.rs +++ b/src/libstd/path/windows.rs @@ -7,6 +7,8 @@ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your // option. This file may not be copied, modified, or distributed // except according to those terms. +// +// ignore-lexer-test FIXME #15883 //! Windows file path handling |
