Skip to content

Commit 9768447

Browse files
committed
Reference the correct issue and clarify failure
1 parent 41ff911 commit 9768447

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/test/bench/shootout-k-nucleotide-pipes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-android: FIXME(#10393)
11+
// ignore-android: FIXME(#10393) hangs without output
1212
// ignore-pretty very bad with line comments
1313

1414
// multi tasking k-nucleotide

src/test/bench/shootout-k-nucleotide.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
3939
// OF THE POSSIBILITY OF SUCH DAMAGE.
4040

41-
// ignore-android see #10393 #13206
41+
// ignore-android: FIXME(#10393) hangs without output
4242

4343
#![feature(box_syntax, std_misc, collections)]
4444

src/test/bench/shootout-reverse-complement.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
3939
// OF THE POSSIBILITY OF SUCH DAMAGE.
4040

41-
// ignore-android see #10393 #13206
41+
// ignore-android: FIXME(#10393) hangs without output
4242

4343
#![feature(libc, scoped)]
4444

0 commit comments

Comments
 (0)