summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-07-08Enable a few more tests that we fixed.Ori Bernstein
2018-07-08Fix overlapping match statements (thanks Mako)Ori Bernstein
2018-06-09Fix test:wqsOri Bernstein
2018-06-03Add test for recursive closure.Ori Bernstein
2018-04-18Merge remote-tracking branch 'ori/master' into HEADS. Gilles
2018-03-24Clean up and remove edge cases in strfind.Ori Bernstein
2018-03-13Merge branch 'autoexpr' into libmathS. Gilles
2018-01-31Fix missing condition in runtest.shMura Li
2018-01-30Support running single testMura Li
2018-01-26New auto operator.Quentin Carbonneaux
2018-01-11Move to new trait syntax.Ori Bernstein
2017-12-06Make the tests file polyglot again.Ori Bernstein
2017-12-05Shift the match frontier correctly.Ori Bernstein
2017-11-28Format bodyless union without trailing space.snocl
2017-11-27Do not leave out *.o and *.use after 'make -C test/ clean'Mura Li
2017-11-18Point mbld to the right libraries for running tests.Ori Bernstein
2017-10-17Fix outdated comment in a test.Kartik Agaram
2017-09-29Use the right variables to point to the compiler.Ori Bernstein
2017-09-23Remove obsolete assert.Ori Bernstein
2017-09-22Fix trait lookup for nested pointers.Ori Bernstein
2017-08-13If a trait is specialized over a generic, it's generic too.Ori Bernstein
2017-07-29Finally do a by-scope comparison of generic types.Ori Bernstein
2017-07-25Fix running tests.Ori Bernstein
2017-07-23Implement waitany() on 9front.Ori Bernstein
2017-07-23Preparing for the new mbld.Ori Bernstein
2017-07-17Convert from `in` to `:`.Ori Bernstein
2017-07-08Allow matching of empty structs and arraysS. Gilles
2017-07-03Specialize impl declarations on impl type in addition to decl typeMichael Forney
2017-07-03Add impl(type, name) to retrieve a particular implementation of a trait declMichael Forney
2017-06-30Support union constantsMichael Forney
2017-02-14Add test for array alignment bug.Ori Bernstein
2017-02-04Ucons are now prefix expressions.Ori Bernstein
2016-10-28merge consecutive string literalsandrewc
2016-10-09Fix bug with postinc returns.Ori Bernstein
2016-09-23Use the first dot as the suffix.Ori Bernstein
2016-09-11Let's not pollute /env with crud.Ori Bernstein
2016-09-11Don't strip spaces from test output.Ori Bernstein
2016-09-10Finish fixing rc test runner.Ori Bernstein
2016-09-10We have `mbld test`. Use it, and update runtest.rc to match.Ori Bernstein
2016-08-27Rename `std.Fail to `std.Err.Ori Bernstein
2016-08-21Fix handling of pointers in match.Ori Bernstein
2016-06-21Fix the test.Ori Bernstein
2016-06-08Make the build work on linux dashOri Bernstein
2016-06-08Use a more posix /bin/sh.Ori Bernstein
2016-05-26Fix test scripts.glenda@drat
2016-05-26Add plan9 implementations of recent additions.glenda@drat
2016-05-25Improve hash functions.Ori Bernstein
2016-05-24Make the subtest runner a bit more resilient.Ori Bernstein
2016-05-24Run myrddin tests as subtests.Ori Bernstein
2016-05-17New syntax for casts.Ori Bernstein