rust/src/test
Felix S. Klock II 9434920b24 rustc lexer: regression tests for embedded Idents.
I chose to make two of them because I wanted something close to an
"end-to-end" test (*), but at the same time I wanted a test that
would run on Windows (**).

(*) The run-make test serves as the end-to-end: It constructs an input
that is trying to subvert the hack and we are going to check that it
fails in the attempt).

(**) The compile-fail-fulldeps test serves as a more narrow test that
will be tested on all platforms.  It also attempts to subvert the
hack, testing that when you use `new_parser_from_tts`, the resulting
parser does not support reading embedded Idents.
2014-08-13 17:41:35 +02:00
..
auxiliary rustc lexer: regression tests for embedded Idents. 2014-08-13 17:41:35 +02:00
bench Fix misspelled comments for tests. 2014-08-09 22:08:36 -04:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #16460 : pcwalton/rust/borrowck-closure-issue, r=nikomatsakis 2014-08-13 04:11:22 +00:00
compile-fail-fulldeps rustc lexer: regression tests for embedded Idents. 2014-08-13 17:41:35 +02:00
debuginfo Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
pretty Rename Share to Sync 2014-08-07 08:54:38 -07:00
run-fail Remove obsolete stack growth tests 2014-08-04 21:52:57 -07:00
run-make rustc lexer: regression tests for embedded Idents. 2014-08-13 17:41:35 +02:00
run-pass auto merge of #16081 : luqmana/rust/nr, r=pcwalton 2014-08-12 18:16:33 +00:00
run-pass-fulldeps syntax: add support for quoting arms 2014-07-29 16:01:36 -07:00