Commit Graph

15 Commits

Author SHA1 Message Date
David James
1d5fc89649 Unblacklist graphics_WebGLConformance.
zbehan has fixed this test, so we can unblacklist it now.

BUG=chromium-os:5881
TEST=Checked that all autotests compile

Change-Id: I32c445018f270009bfc8751c6306c0fc53dcecbf

Review URL: http://codereview.chromium.org/3116026
2010-08-25 17:29:05 -07:00
Anush Elangovan
5c81cd31e5 Temporarily blacklist WebGLConformance to open buildbot. zbehan has a permanent fix following up
Change-Id: I574e14770e95e7478949b93942b955718f0b941a

Review URL: http://codereview.chromium.org/3161031
2010-08-19 07:19:45 -07:00
David James
a8ddd0bfdb Remove ltp from set of tests to build.
The ltp tests don't pass, and take a long time to build. Once they pass,
it'll make sense to add them back. But otherwise, no point waiting for their
long build process to complete.

BUG=none
TEST=Run build_packages --withautotest

Review URL: http://codereview.chromium.org/3121010
2010-08-12 17:34:57 -07:00
Eric Li
02a22ecd8b Roll back change list 2838024.
The current autotest ebuild cros_workon change takes more time than I expected, so I had to roll back this change to enforce autotest prebuild on buildbot.

As of now, the prebuild autotest tarball has no binaries produced within it.

Review URL: http://codereview.chromium.org/2881007
2010-06-30 20:56:00 -07:00
Eric Li
23761a3b61 Add -uDn flag to autotest emerge command.
Review URL: http://codereview.chromium.org/2838024
2010-06-24 14:58:21 -07:00
Eric Li
fb80d32861 add fsx and hackbench into the pre-build suite.
Now it is passed build for both x86 and arm generic board type.

Review URL: http://codereview.chromium.org/2644003
2010-06-07 15:15:49 -07:00
Eric Li
66659791ce Die out autotest script if there is no board parameter specified.
BUG=3017

Review URL: http://codereview.chromium.org/1763025
2010-04-30 15:58:35 -07:00
Anton (whywhat) Vayvod
9ffc3b32a3 Added --test_args parameter that passes its value as -a flag to autoserv.
Review URL: http://codereview.chromium.org/1794004
2010-04-28 21:51:16 +04:00
Eric Li
740d837451 Add iperf and netpipe into autotest prebuild test lists.
Now they should be built for both x86 and arm board.

Review URL: http://codereview.chromium.org/1621006
2010-04-13 10:07:15 -07:00
Eric Li
36e192758f Pass chroot flag into enter_chroot.
This is something missing from the original run_remote_tests script.

Review URL: http://codereview.chromium.org/1589022
2010-04-10 11:58:43 -07:00
Darin Petkov
dab00363f1 Fix 'autotest' defaults -- i.e., fail when tests fail to build,
just like build_autotest. This unmasks some test build failures that
are currently happenning.

Review URL: http://codereview.chromium.org/1582017
2010-04-07 17:16:54 -07:00
Eric Li
f93158db51 Filter out test directory which has only control files.
Review URL: http://codereview.chromium.org/1627006
2010-04-07 15:34:01 -07:00
Eric Li
7a4c081107 remove build_autotest.sh and change run_remote_tests.sh to use new autotest script.
This change should go with

http://codereview.chromium.org/1545014

together.

Review URL: http://codereview.chromium.org/1603004
2010-04-07 12:51:05 -07:00
Eric Li
78d6232543 Darin proposed a way to run common.sh inside a python process and now I can get rid the bash wrapper around autotest.py.
The content of autotest.py is copied into autotest and I am leaving autotest.py inside the CL for now since its much easier to review the diff.

After got LGTM, I will git rm autotest.py and only submit autotest.

Review URL: http://codereview.chromium.org/1584013
2010-04-05 14:18:32 -07:00
Eric Li
3d13cd1bdb New autotest wrapper script and bash complete support.
A new command line script was introduced in this CL named autotest, which is intend to replace both build_autotest.sh and run_remote_tests.sh in the future.

This change list should be reviewed with
http://codereview.chromium.org/1513006
http://codereview.chromium.org/1595001

all together.

autotest --board x86-generic --build=all will build all client tests.

autotest --board x86-generic --build=unioxbench,ltp will build enlisted client tests.

autotest --board x86-generic -c client/tests/sleeptest/control -m 12.34.56.78 ...

will invoke autoserv inside emerge-x86-generic cross-compiling env, and do a prebuild of the client test before it got pushed onto client host.

you could also:

1. bash complete the directory/file name from autotest directory after -c or -s args.
2. supply any autoserv commandline args transparently.

Note: replace build_autotest.sh/run_remotes_test.sh is only a future plan. When all the three CLs got pushed, no existing use cases should be broken.

I need to change:
1. build_packages script from third_party/chromiumos-overlay/chromeos/scripts/build_packages.
2. add "enable_server_precompile: False " to third_party/autotest/files/global_config.ini

to activate it.

Review URL: http://codereview.chromium.org/1595001
2010-03-31 11:47:22 -07:00