about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2011-08-11Bring run-pass/spawn-module-qualified up to date and un-XFAILBrian Anderson-6/+6
2011-08-11Bring run-pass/task-killjoin up to date and un-XFAILBrian Anderson-12/+11
2011-08-11Fill out some of the run-pass/binops testsBrian Anderson-19/+20
2011-08-11Update and un-XFAIL run-pass/many.rsBrian Anderson-11/+8
2011-08-10Test case for issue #812.Lindsey Kuper-0/+19
2011-08-09Actually perform handoff from caller to callee on move-mode args.Graydon Hoare-0/+12
2011-08-09test: XFAIL binops.rs for now due to mysterious tinderbox failure on LinuxPatrick Walton-0/+5
2011-08-09test: Update binops.rs with the new equality semanticsPatrick Walton-11/+7
2011-08-09Port the fuzzer and tests to ivec type [T] syntax.Erick Tryzelaar-4/+4
2011-08-09Move along; nothing to see here...Lindsey Kuper-0/+54
2011-08-09Un-XFAIL a test. Issue #435.Lindsey Kuper-4/+0
2011-08-09Update comments on sio-ctx testBrian Anderson-1/+1
2011-08-09Test case for issue #758.Lindsey Kuper-0/+11
2011-08-09XFAIL sio-ctxBrian Anderson-0/+5
2011-08-09The self-stack stuff (from #702) also closes issue #718.Lindsey Kuper-4/+5
2011-08-09Change the ivec type syntax to [T].Erick Tryzelaar-25/+25
2011-08-09Thread "self" through the stack. Backwarding! Closes #702.Lindsey Kuper-51/+5
2011-08-08Introduced task handles.unknown-11/+6
2011-08-08Add new arg-passing mode 'move' denoted with '-T'. Translate as pass-by-value...Graydon Hoare-0/+8
2011-08-08Using unsafe chan pointer idiom to make task-comm-16.rs pass again.Eric Holk-5/+5
2011-08-08Temporarily disabling chan test to put out linux fire.Eric Holk-1/+8
2011-08-08Converted the rest of the task-comm-* tests over. Also fixed someEric Holk-133/+166
2011-08-08Added an unsafe way to pass libchans over spawn and chans, and converted task...Eric Holk-8/+17
2011-08-05XFAIL sio-srvBrian Anderson-1/+5
2011-08-05Un-XFAIL sio-ctx, sio-srvBrian Anderson-8/+0
2011-08-05XFAIL all the sio testsBrian Anderson-0/+20
2011-08-05Basic async IO module using libuvRob Arnold-0/+100
2011-08-05(Almost) Always unify a function tail expr with the function result typeTim Chevalier-0/+11
2011-08-04Add a cleanup for copying closures. Closes #804.Michael Sullivan-0/+7
2011-08-04Don't force resolution of type variables until there is no enclosing function...Michael Sullivan-0/+7
2011-08-04Handle alt on a _|_ - typed valueTim Chevalier-0/+3
2011-08-03Add #concat_idents[] and #ident_to_str[]Paul Stansifer-0/+8
2011-08-03Remove the last remaining xfail-boot directiveBrian Anderson-4/+0
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-234/+0
2011-08-03Un-xfail more pretty-printing testsBrian Anderson-3/+0
2011-08-03Pretty-print kinds of type paramsBrian Anderson-2/+0
2011-08-03Disambiguate unop statements in pretty-printer. Closes #674Brian Anderson-1/+0
2011-08-02Make _|_ type binopableTim Chevalier-0/+4
2011-08-02Remove task-comm-chan-chan testBrian Anderson-53/+0
2011-08-02Enable more tests that pretty-print correctly nowBrian Anderson-3/+0
2011-08-02Pretty-print fn constraints more correctishBrian Anderson-2/+0
2011-08-02Un-xfail run-pass/claim-nontermBrian Anderson-2/+0
2011-08-02Don't pp extra lines after block open when preserving whitespace. Closes #759Brian Anderson-4/+1
2011-08-02 In trans, don't assume both sides of a binop have the same typeTim Chevalier-0/+4
2011-08-02Allow patterns of the form `[a, b, c ...] to be matched and transcribed.Paul Stansifer-9/+19
2011-08-02Add xfail-pretty directives to tests that don't pretty-print correctlyBrian Anderson-2/+19
2011-08-02Remove test/run-pass/simple-qsortBrian Anderson-23/+0
2011-08-02Copy locals created by destructuring on the content of a boxMarijn Haverbeke-0/+10
2011-08-01Started working on a library-based comm system. Creating and deleting ports w...Eric Holk-0/+53
2011-08-01Add tests for destructuring localsMarijn Haverbeke-0/+26