]> git.lizzy.rs Git - rust.git/commit
Test fixes and rebase problems
authorAlex Crichton <alex@alexcrichton.com>
Sat, 14 Dec 2013 05:14:08 +0000 (21:14 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 25 Dec 2013 03:59:53 +0000 (19:59 -0800)
commit282f3d99a5ad85acbc58c03b5dfcdabf649c0c85
treeec391a6b37f99ba63cadb50757040e92f432c1b4
parent39dbcd7b012da733f378b0fadf1e7d2519dc0d0c
Test fixes and rebase problems

Note that this removes a number of run-pass tests which are exercising behavior
of the old runtime. This functionality no longer exists and is thoroughly tested
inside of libgreen and libnative. There isn't really the notion of "starting the
runtime" any more. The major notion now is "bootstrapping the initial task".
18 files changed:
Makefile.in
mk/target.mk
src/compiletest/compiletest.rs
src/etc/licenseck.py
src/libgreen/lib.rs
src/libnative/lib.rs
src/librustuv/homing.rs
src/librustuv/queue.rs
src/libstd/io/test.rs
src/libstd/rt/task.rs
src/libstd/sync/arc.rs
src/libsyntax/ext/build.rs
src/test/run-pass/core-rt-smoke.rs [deleted file]
src/test/run-pass/native-print-no-uv.rs [deleted file]
src/test/run-pass/rt-run-twice.rs [deleted file]
src/test/run-pass/rt-start-main-thread.rs [deleted file]
src/test/run-pass/spawning-with-debug.rs
src/test/run-pass/use.rs