Skip to content

Commit c521525

Browse files
committed
---
yaml --- r: 42072 b: refs/heads/master c: 9f11485 h: refs/heads/master v: v3
1 parent b451915 commit c521525

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 93043baab425ae0e2bbecead585ef8d1374ff8fa
2+
refs/heads/master: 9f11485357f5de2a11f8d6feda36ee2fe63f3347
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650

trunk/src/test/bench/pingpong.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
// Compare bounded and unbounded protocol performance.
1212

13+
#[allow(structural_records)]; // Pipes
14+
// Until a snapshot
15+
// xfail-pretty
16+
1317
extern mod std;
1418

1519
use pipes::{spawn_service, recv};

trunk/src/test/bench/task-perf-word-count-generic.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
// xfail-pretty
2222

23+
#[allow(structural_records)]; // Pipes
24+
2325
extern mod std;
2426

2527
use core::option;

0 commit comments

Comments
 (0)