rust/src/test/debuginfo
bors 8f62c29200 Auto merge of #38473 - zackmdavis:issue_kebab, r=sanxiyn
prefer hyphens in test files named after issue numbers

We have a lot of tests with filenames honoring particular issues by
number. Typically, these are called issue-${issue_no}.rs (note the
hyphen):

```
$ find . -regextype posix-egrep -regex '.*/issue-[0-9]*.rs' | wc
   1289    1289   35935
```

We also had a much smaller number of files that are like this, but don't
have a hyphen in between the substring `issue` and the number:

```
$ find . -regextype posix-egrep -regex '.*/issue[0-9]*.rs'
./debuginfo/issue14411.rs
./debuginfo/issue12886.rs
./debuginfo/issue13213.rs
./debuginfo/issue22656.rs
./debuginfo/issue7712.rs
./compile-fail/issue32829.rs
./run-pass/issue24353.rs
./run-pass/issue34796.rs
./run-pass/issue18173.rs
./run-pass/issue22346.rs
./run-pass/auxiliary/issue13507.rs
./run-pass/issue26127.rs
./run-pass/issue22008.rs
./run-pass/issue34569.rs
./run-pass/issue29927.rs
./run-pass/issue36260.rs
```

Some would argue that the inconsistency is æsthetically displeasing,
hence this trivial patch. (Note that run-pass/auxiliary/issue13507.rs
has an excuse; it's `use`d in run-pass/issue-13507-2.rs; the matter of
there being two different compile-fail tests with different name
conventions for issue no. 32829 is also neglected here for the sake of
keeping this trivial cleanup patch as trivial as possible for ease of
review.)
2017-01-03 09:42:22 +00:00
..
auxiliary Fix debug line info for macro expansions. 2016-08-25 00:40:42 -07:00
associated-types.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
basic-types-globals-metadata.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
basic-types-globals.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
basic-types-metadata.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
basic-types-mut-globals.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
basic-types.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
borrowed-basic.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
borrowed-c-style-enum.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
borrowed-enum.rs Modify debuginfo to deal with the difference between source and memory order 2016-12-14 12:28:21 -05:00
borrowed-struct.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
borrowed-tuple.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
borrowed-unique-basic.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
box.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
boxed-struct.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
by-value-non-immediate-argument.rs Modify debuginfo to deal with the difference between source and memory order 2016-12-14 12:28:21 -05:00
by-value-self-argument-in-trait-impl.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
c-style-enum-in-composite.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
c-style-enum.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
closure-in-generic-function.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
constant-debug-locs.rs std: Clean out deprecated APIs 2016-07-12 12:51:13 -07:00
constant-in-match-pattern.rs fallout in existing tests 2016-03-25 06:45:42 -04:00
cross-crate-spans.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
cross-crate-type-uniquing.rs
destructured-fn-argument.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
destructured-for-loop-variable.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
destructured-local.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
drop-locations.rs Fix line stepping in debugger. 2016-10-20 09:33:04 -07:00
evec-in-struct.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
extern-c-fn.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
function-arg-initialization.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
function-arguments.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
function-prologue-stepping-regular.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
gdb-pretty-struct-and-enums-pre-gdb-7-7.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
generic-enum-with-different-disr-sizes.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
generic-function.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
generic-functions-nested.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
generic-method-on-generic-struct.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
generic-static-method-on-struct-and-enum.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
generic-struct-style-enum.rs Modify debuginfo to deal with the difference between source and memory order 2016-12-14 12:28:21 -05:00
generic-struct.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
generic-tuple-style-enum.rs Modify debuginfo to deal with the difference between source and memory order 2016-12-14 12:28:21 -05:00
include_string.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
issue-7712.rs prefer hyphens in test files named after issue numbers 2016-12-19 11:53:32 -08:00
issue-12886.rs prefer hyphens in test files named after issue numbers 2016-12-19 11:53:32 -08:00
issue-13213.rs prefer hyphens in test files named after issue numbers 2016-12-19 11:53:32 -08:00
issue-14411.rs prefer hyphens in test files named after issue numbers 2016-12-19 11:53:32 -08:00
issue-22656.rs prefer hyphens in test files named after issue numbers 2016-12-19 11:53:32 -08:00
lexical-scope-in-for-loop.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
lexical-scope-in-if.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
lexical-scope-in-match.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
lexical-scope-in-parameterless-closure.rs
lexical-scope-in-stack-closure.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
lexical-scope-in-unconditional-loop.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
lexical-scope-in-unique-closure.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
lexical-scope-in-while.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
lexical-scope-with-macro.rs Fix debug line info for macro expansions. 2016-08-25 00:40:42 -07:00
lexical-scopes-in-block-expression.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
limited-debuginfo.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
macro-stepping.rs debuginfo: Ignore macro-stepping test on aarch64 2016-11-30 12:17:38 -05:00
method-on-enum.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
method-on-generic-struct.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
method-on-struct.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
method-on-trait.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
method-on-tuple-struct.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
multi-byte-chars.rs
multiple-functions-equal-var-names.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
multiple-functions.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
name-shadowing-and-scope-nesting.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
nil-enum.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
no-debug-attribute.rs test: don't depend on locals being in scope on the return path. 2016-04-16 14:08:32 +03:00
option-like-enum.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
packed-struct-with-destructor.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
packed-struct.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
pretty-huge-vec.rs Use lazy iterator in vec/slice gdb pretty printers 2016-07-04 20:22:10 +02:00
pretty-std.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
pretty-uninitialized-vec.rs Use lazy iterator in vec/slice gdb pretty printers 2016-07-04 20:22:10 +02:00
recursive-enum.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
recursive-struct.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
self-in-default-method.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
self-in-generic-default-method.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
shadowed-argument.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
shadowed-variable.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
simd.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
simple-lexical-scope.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
simple-struct.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
simple-tuple.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
static-method-on-struct-and-enum.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
struct-in-enum.rs Fix computation of enum names based off the discrfield in the case of the null pointer optimization. This functionality is needed by pretty printers for gdb and lldb. 2016-12-14 12:28:26 -05:00
struct-in-struct.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
struct-namespace.rs debuginfo: Fix regression in namespace handling for struct types. 2016-05-01 23:45:33 -04:00
struct-style-enum.rs Modify debuginfo to deal with the difference between source and memory order 2016-12-14 12:28:21 -05:00
struct-with-destructor.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
text-to-include-1.txt Re-bork whitespace for text file (fixup #23385) 2015-03-17 16:00:39 +05:30
text-to-include-2.txt Re-bork whitespace for text file (fixup #23385) 2015-03-17 16:00:39 +05:30
text-to-include-3.txt Re-bork whitespace for text file (fixup #23385) 2015-03-17 16:00:39 +05:30
trait-pointers.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
tuple-in-struct.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
tuple-in-tuple.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
tuple-struct.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
tuple-style-enum.rs Modify debuginfo to deal with the difference between source and memory order 2016-12-14 12:28:21 -05:00
type-names.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
union-smoke.rs Add pretty printing of unions in debuggers 2017-01-01 19:34:06 +10:00
unique-enum.rs Modify debuginfo to deal with the difference between source and memory order 2016-12-14 12:28:21 -05:00
unreachable-locals.rs Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section] 2015-09-19 19:39:25 -04:00
unsized.rs Fix debuginfo for unsized struct members 2016-12-22 21:16:41 +10:00
var-captured-in-nested-closure.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
var-captured-in-sendable-closure.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
var-captured-in-stack-closure.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00
vec-slices.rs Move all Linux/OSX CI infastructure to Travis 2016-11-11 07:36:40 -08:00
vec.rs adapt debuginfo tests for gdb with native rust support 2016-10-31 21:12:59 +01:00