summaryrefslogtreecommitdiff
path: root/tests/dev
AgeCommit message (Expand)Author
2013-04-14The sh api calls it atf_expect_fail, while the c api calls itmartin
2013-03-17These tests are flaky so mark them as expected failures... when they fail.jmmv
2013-03-15The CD emulator has been fixed, no longer expect the test to die.martin
2013-03-14Expect a crash in the noisyeject test. Mention PR kern/47646.jmmv
2013-02-19Check for RUMP programs before using them.joerg
2012-12-02Actually remove the no-longer-needed Atffilespgoyette
2012-12-02Build helper programs as PROGS and not as TESTS_{C,SH}pgoyette
2012-08-08Exclude tests that use rumpchristos
2012-07-19Add new test cases for entropy-providing sensorspgoyette
2012-05-06Comment out the expected failure, as it does not trigger anymore.martin
2011-10-15Fix cut-and-paste-o that casused the raid1_normal test case to have nogson
2011-08-09Add missing RUMP_SERVER export, so the "normal" test does not fail withmartin
2011-07-29Note that PR kern/44251 is fixed.oster
2011-06-26need signal.h for kill()christos
2011-05-19Expand tests for unaligned writes to cgd. No more xfail.riastradh
2011-05-14Instead of doing 'atf_check ... sh -c foo', just do 'atf_check ... -x foo'.jmmv
2011-03-27validate that getrawpartition() didn't fail.mlelstv
2011-03-22Force cleanup parts to exit with a success status. Failures in cleanupjmmv
2011-03-01PR#44239 is now fixed, remove the xfail from the test.riz
2011-02-10explicitly zero-fill the initial md backendpooka
2011-02-04test case for PR kern/44515pooka
2011-02-04convert tests from oldstyle dd rif/rof to newstyle dd | rump.ddpooka
2011-01-24Represent test data as bytes to make it "endian-independent".pooka
2011-01-03use rawpartpooka
2011-01-03make this work when rawpart != dpooka
2010-12-31Now that 'rump_server -l stuff' works, use a less heavyweight rump_serverpgoyette
2010-12-30Substitute a surgical rump_server configuration for rump_allserverpooka
2010-12-30Now that we update the callout timer as soon as it is updated, we no longerpgoyette
2010-12-29Various cleanup (most from pooka@)pgoyette
2010-12-20Add a rump-based set of tests for sysmon_envsys(8) + powerd(8) + swsensor(4)pgoyette
2010-12-18test case for PR kern/44251pooka
2010-12-18Check that raid1 and raid5 can serve data after a component haspooka
2010-12-17fix editing artifactpooka
2010-12-15fix post-move testsdir. duhpooka
2010-12-15"A few seconds later" I realized the kernel directory is dev/raidframe,pooka
2010-12-15Add first raidframe tests. This is the test for the kernel faultpooka
2010-12-15Use proper cleanup.pooka
2010-12-14Retire the old C helper in h_img2cgd since we can now write everythingpooka
2010-12-12use rump.haltpooka
2010-11-30cleanup server after usepooka
2010-11-30don't include librump twicepooka
2010-11-30comment tyopspooka
2010-11-30Get rid of the "sleep 1" by using rump_daemonize_begin/end().pooka
2010-11-23Add simple test for md(4) which just stuffs junk into /dev/rmd0dpooka
2010-11-11fixpooka
2010-11-11Add rudimentary cgd tests. The tests use cgd to transform apooka
2010-11-07Adjusts tests after import of atf-0.12:jmmv
2010-11-03add Makefile.inc everywhere so that we can set WARNS=4 by default. Amazingchristos
2010-10-31There's apparently a circular dependency between -lrump and -lrumpuser.he
2010-10-24Due to timing discrepancies desribed in PR kern/43997, tickle thepgoyette