about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-07-29Get compile tests to run in parallelBrian Anderson-31/+86
2011-07-29Disallow overloading a method with one of different type. Closes #703.Lindsey Kuper-7/+3
2011-07-29Turn on kind propagation for typarams. Annotate a bunch of typarams in rustc ...Graydon Hoare-1/+1
2011-07-29Remove support for obj dtorsMarijn Haverbeke-185/+0
2011-07-29Replace obj dtors with resources in stdlib and rustcMarijn Haverbeke-1/+1
2011-07-29Fix iter_structural_ty_full for resource typesMarijn Haverbeke-0/+19
2011-07-28Drop the previous reference when receiving. Closes #763Brian Anderson-3/+38
2011-07-28Reenable expr-scope test. Disable under check-fastBrian Anderson-5/+1
2011-07-28Change macro syntax to accept a single expr, not a sequence of exprs.Paul Stansifer-11/+11
2011-07-28Made task threads wait instead of sleep, so they can be woken up. This appear...Eric Holk-1/+0
2011-07-28Adding a function to stdlib to set the min stack size, for programsEric Holk-5/+11
2011-07-28Re-removing a test case that was moved during the big test suite overhaul.Eric Holk-41/+0
2011-07-28Per-thread scheduling. Closes #682.Eric Holk-0/+41
2011-07-28Test case for issue #435.Lindsey Kuper-0/+27
2011-07-28Parse, store and print type parameter kind constraints.Graydon Hoare-0/+25
2011-07-28Disable expr-scope test, since it break windowsMarijn Haverbeke-0/+4
2011-07-28:: is allowed to start an expression. Close #762.Josh Matthews-0/+5
2011-07-27Don't stop at first test failureBrian Anderson-1/+1
2011-07-27Clean up output a bit when running verbose compile testsBrian Anderson-3/+7
2011-07-27Capture stderr when running compile tests. Closes #755Brian Anderson-42/+74
2011-07-27Refactor compiletestBrian Anderson-219/+248
2011-07-27Have bind support non-alias parametric non-bound arguments.Michael Sullivan-5/+11
2011-07-27Allow already bound functions to be bound again.Michael Sullivan-0/+12
2011-07-27Remove the bind-alias test, since binding to aliases is fine.Michael Sullivan-9/+0
2011-07-27Remove task::worker harderBrian Anderson-4/+4
2011-07-27Remove task::workerBrian Anderson-25/+10
2011-07-27Fix comment placement in compiletestBrian Anderson-26/+29
2011-07-27Fix nil pattern case to handle for parser adjustmentMarijn Haverbeke-1/+1
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-229/+524
2011-07-27Reformat for new syntaxMarijn Haverbeke-6137/+4469
2011-07-26Run compile tests in a way that's safe in a multithreaded environmentBrian Anderson-62/+140
2011-07-26Make the setenv tests threadsafe(ish)Brian Anderson-7/+9
2011-07-26Dump all subprocess output to stdout when running verbose compiler testsBrian Anderson-0/+10
2011-07-26Add a bunch of tests for blocks.Michael Sullivan-0/+90
2011-07-26Clone all data before before putting it in a test closureBrian Anderson-3/+33
2011-07-26Join the process server after running all compile testsBrian Anderson-5/+12
2011-07-26Run test process from a dedicated taskBrian Anderson-58/+146
2011-07-26Add basic support for blocks and types in macros.Paul Stansifer-0/+4
2011-07-26Resolve loop collection expressions in the right scopeMarijn Haverbeke-0/+6
2011-07-26Fixup test changesMarijn Haverbeke-1/+1
2011-07-26Properly parse 'auto' for loop variable typesMarijn Haverbeke-0/+7
2011-07-26Remove uses of tuples from the test suiteMarijn Haverbeke-264/+191
2011-07-25Run test tasks in parallel according to RUST_THREADS. Issue #734Brian Anderson-1/+1
2011-07-25Disable task-comm-15. Fails with multiple threads.Brian Anderson-1/+4
2011-07-25Ignore various files that are probably not tests when searching for testsBrian Anderson-1/+5
2011-07-25Add a pass that checks for unreachable alt armsMarijn Haverbeke-0/+10
2011-07-24Add task::send and task::recvBrian Anderson-0/+8
2011-07-24Add task::worker. Spawns a task and returns a channel to itBrian Anderson-0/+23
2011-07-24Reindent lib-task.rsBrian Anderson-15/+15
2011-07-24The Big Test Suite OverhaulBrian Anderson-399/+769