Commit d0eb4c6
committed
Do the real
This makes two changes, with the intent of producing a usable test:
- Removes `nightly`, since a test is currently failing on it. It
can be tested later in case it fixes the SIGSEGV bug, if other
changes don't help.
- Have `number` take on 16 values instead of just one. This is to
make it possible to figure something out about how often the
failure happens with the other variables and whether the other
variables make a difference. This is needed because the failures
are nondeterministic, may not even usually happen, or may happen
less often but still happen for some combination of the other
variables.
(See #1790 for context.)rustc SIGSEGV test1 parent d68bd6f commit d0eb4c6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments