diff options
| author | Graydon Hoare <[email protected]> | 2011-03-09 20:14:19 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-09 20:14:19 -0800 |
| commit | 8e8c336f93becbc394b99e978cc3d8145e7e9d7c (patch) | |
| tree | b08227e7d271db47d1b428bd0a31a3c736718b04 /src/Makefile | |
| parent | Un-XFAIL a couple export-related tests. (diff) | |
| download | rust-8e8c336f93becbc394b99e978cc3d8145e7e9d7c.tar.xz rust-8e8c336f93becbc394b99e978cc3d8145e7e9d7c.zip | |
Implement deep structural comparison through boxes and sequences.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 209e1b90..0bddc0de 100644 --- a/src/Makefile +++ b/src/Makefile @@ -402,6 +402,7 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \ $(NOMINAL_TAG_XFAILS) \ $(CONST_TAG_XFAILS) \ test/run-pass/arith-unsigned.rs \ + test/run-pass/box-compare.rs \ test/run-pass/child-outlives-parent.rs \ test/run-pass/clone-with-exterior.rs \ test/run-pass/constrained-type.rs \ @@ -416,6 +417,7 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \ test/run-pass/lib-io.rs \ test/run-pass/mlist-cycle.rs \ test/run-pass/obj-as.rs \ + test/run-pass/seq-compare.rs \ test/run-pass/task-comm.rs \ test/run-pass/task-comm-3.rs \ test/run-pass/vec-slice.rs \ |