summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-10-12Make build_environment and trans_bind_thunk GEP bound arguments the sameBrian Anderson-0/+16
2011-10-12[Tests] added float testsDavid Rajchenbach-Teller-0/+20
2011-10-11Revert "Revert "Add a test case for #898. Closes #898.""Lindsey Kuper-0/+11
2011-10-11Revert "Add a test case for #898. Closes #898."Lindsey Kuper-11/+0
2011-10-11Add a test case for #898. Closes #898.Brian Anderson-0/+11
2011-10-11Add a test for assignment of bare functionsBrian Anderson-0/+7
2011-10-11Add a test that bare functions are word-sizedBrian Anderson-0/+9
2011-10-11Add a test that uses a hypothetical bare-fn spawn signatureBrian Anderson-0/+16
2011-10-11Add a test for higher-order bare functionsBrian Anderson-0/+15
2011-10-11Add a test for binding bare functionsBrian Anderson-0/+9
2011-10-11Don't allow bind to produce bare functionsBrian Anderson-0/+9
2011-10-11Add a temporary syntax for bare functionsBrian Anderson-0/+13
2011-10-10Adjust function signatures to allow for vecs being immediateMarijn Haverbeke-5/+5
2011-10-10Make vectors and strings immediates againMarijn Haverbeke-1/+1
2011-10-07Fix up test for last commitMarijn Haverbeke-1/+1
2011-10-07Make 1-1 parse againMarijn Haverbeke-0/+6
2011-10-07Add tests for programs that are invalid by arg-passing-styleMarijn Haverbeke-0/+9
2011-10-07Add pass-by-ref annotation to the tests to make them typecheckMarijn Haverbeke-47/+49
2011-10-06Add std::str::containsBrian Anderson-0/+11
2011-10-05Fix some path handling in std::fs on win32Brian Anderson-0/+16
2011-10-04Add std::os::get_exe_pathBrian Anderson-0/+15
2011-10-04Hide unused variable warnings in stdtest::treemapBrian Anderson-2/+2
2011-10-04Add std::fs::normalizeBrian Anderson-0/+77
2011-10-04Add std::fs::splitBrian Anderson-0/+36
2011-10-03XFAIL run-fail/linked-failure4. Deadlocks on macBrian Anderson-0/+1
2011-10-02Move compiletest to src/ and cleanup build rulesBrian Anderson-1053/+0
2011-09-29Teach compiletest to construct the PATH variable correctly on win32Brian Anderson-1/+10
2011-09-29Move closure construction over to DPS styleMarijn Haverbeke-0/+4
2011-09-28Test cases for #985Brian Anderson-0/+42
2011-09-28Don't allow vectors of pinned kindsBrian Anderson-0/+11
2011-09-28Make error patterns in some kind tests more specificBrian Anderson-5/+5
2011-09-28xfail-fast run-pass/alt-range.rsBrian Anderson-0/+2
2011-09-28Revert "Revert "Implement pattern ranges for all numeric types.""Brian Anderson-0/+87
2011-09-27Patch to error instead of crashing when parsing unmatched double quotesWade Mealing-0/+8
2011-09-27Make it again possible to initialize resource locals via assignmentBrian Anderson-20/+18
2011-09-27Prevent copies of resources into various thingsBrian Anderson-12/+94
2011-09-27Add xfailed tests that resources can't be copied into various thingsBrian Anderson-0/+68
2011-09-27Don't ever raise unique kinds of pinned kinds to shared (again)Brian Anderson-9/+7
2011-09-27Add an xfailed test for bogus deep copying of things containing resourcesBrian Anderson-0/+16
2011-09-27Add an xfailed test for bogus vector addition of typaramsBrian Anderson-0/+21
2011-09-27Test for #924Jesse Ruderman-1/+16
2011-09-26Add two xfailed tests for invalid copies into vectorsBrian Anderson-0/+36
2011-09-26xfail-win32 -> xfail-fastBrian Anderson-1/+1
2011-09-26Try to appease windows by xfail-win32'ing a random testBrian Anderson-0/+2
2011-09-26Test for issue #980Brian Anderson-0/+13
2011-09-26Enforce copy restrictions on let initializersBrian Anderson-16/+45
2011-09-26Make some nocopy tests a bit more futureproofBrian Anderson-4/+4
2011-09-26Prevent copying of uncopyable things via the copy opBrian Anderson-0/+10
2011-09-26Prevent copying of uncopyable things via compound assignment opsBrian Anderson-0/+9
2011-09-26Don't allow vectors of pinned kinds to be copiedBrian Anderson-0/+10