Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-18 | Turn on arm and aarch64 buildtizen_9.0_m2_releasetizen_8.0_m2_releasetizen_7.0_m2_releasetizen_6.5.m2_releasetizen_6.0.m2_releasesubmit/tizen_base/20200611.080540submit/tizen_7.0_base_hotfix/20221115.161501submit/tizen_7.0_base/20221028.200901submit/tizen_6.5_base/20211027.200501submit/tizen_6.5_base/20211027.183101submit/tizen_6.5_base/20211026.180901submit/tizen_6.0_base_hotfix/20201102.162701submit/tizen_6.0_base_hotfix/20201030.192501submit/tizen_6.0_base/20201029.184801accepted/tizen/base/20230714.003301accepted/tizen/base/20200621.024400accepted/tizen/9.0/base/20241030.075454accepted/tizen/8.0/base/20231005.044639accepted/tizen/7.0/base/tool/hotfix/20221115.084846accepted/tizen/7.0/base/tool/20221028.113055accepted/tizen/7.0/base/hotfix/20230714.003708accepted/tizen/7.0/base/20230714.002853accepted/tizen/6.5/base/tool/20211027.112259accepted/tizen/6.5/base/20230714.002443accepted/tizen/6.0/base/tool/hotfix/20201102.085914accepted/tizen/6.0/base/tool/hotfix/20201030.124739accepted/tizen/6.0/base/tool/20201029.111924accepted/tizen/6.0/base/20230713.142817accepted/tizen/6.0/base/20201029.110411tizen_basetizen_9.0_basetizen_8.0_basetizen_7.0_base_hotfixtizen_7.0_basetizen_6.5_basetizen_6.0_base_hotfixtizen_6.0_baseaccepted/tizen_base_toolaccepted/tizen_baseaccepted/tizen_9.0_baseaccepted/tizen_8.0_baseaccepted/tizen_7.0_base_tool_hotfixaccepted/tizen_7.0_base_toolaccepted/tizen_7.0_base_hotfixaccepted/tizen_7.0_baseaccepted/tizen_6.5_base_toolaccepted/tizen_6.5_baseaccepted/tizen_6.0_base_tool_hotfixaccepted/tizen_6.0_base_toolaccepted/tizen_6.0_base | Slava Barinov | 1 | -2/+0 | |
Acceleration is ready, dejagnu can be used for armv7l and aarch64 testing. Change-Id: I818c27a1bdc0def2c91720c5d6ce13e716aa5d08 Signed-off-by: Slava Barinov <v.barinov@samsung.com> | |||||
2020-04-02 | Turn off arm build until proper acceleration is ready.submit/tizen_base/20200402.112753accepted/tizen/base/20200403.032828tizen | Slava Barinov | 1 | -0/+1 | |
Signed-off-by: Slava Barinov <v.barinov@samsung.com> | |||||
2018-12-05 | Packaging added | Slava Barinov | 2 | -0/+64 | |
Signed-off-by: Slava Barinov <v.barinov@samsung.com> | |||||
2018-11-28 | Mark ChangeLog for release.upstream/1.6.2 | Ben Elliston | 1 | -0/+4 | |
2018-11-28 | One more fix for Jacob Bachmeyer's change on 2018-10-31. | Ben Elliston | 2 | -0/+2 | |
* Makefile.am (TESTSUITE_FILES): Update filenames. * Makefile.in: Regenerate. | |||||
2018-11-28 | Fix for Jacob Bachmeyer's change on 2018-10-31. | Ben Elliston | 3 | -2/+7 | |
* Makefile.am (TESTSUITE_FILES): Update filenames. * Makefile.in: Regenerate. | |||||
2018-11-28 | * configure.ac (AC_INIT): Update version number. | Ben Elliston | 6 | -15/+23 | |
* configure: Regenerate. * runtest.exp (frame_version): Update version number. * doc/dejagnu.texi: Likewise. * doc/runtest.1: Update datestamp. | |||||
2018-11-28 | * NEWS: Update. | Ben Elliston | 2 | -0/+5 | |
2018-11-28 | * doc/dejagnu.texi: Tidy up (fill) some paragraphs. | Ben Elliston | 2 | -25/+25 | |
2018-11-25 | * lib/framework.exp: Clean up whitespace. | Jacob Bachmeyer | 2 | -4/+8 | |
Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2018-11-25 | * config/gdb-comm.exp: Clean up whitespace. | Ben Elliston | 6 | -65/+73 | |
* config/gdb_stub.exp: Likewise. * config/sid.exp: Likewise. * config/sim.exp: Likewise. * config/unix.exp: Likewise. | |||||
2018-11-23 | * doc/dejagnu.texi (getdirs procedure): Improve documentation | Ben Elliston | 3 | -13/+25 | |
including documenting the -all option. (find procedure): Fix a typo. * lib/utils.exp (getdirs): Improve comments. | |||||
2018-11-22 | * runtest.exp: Ensure that multipass pass variables are always | Jacob Bachmeyer | 2 | -9/+16 | |
restored. Previously, they were only restored if the "Go digging for tests" branch was taken near the end of runtest.exp. This bug was found while splitting a new variable out of some uses of $srcdir when Emacs paren highlighting did not look right. Sure enough, the per-pass variables are set unconditionally, but are only restored if the "Go digging for tests" branch was taken. This patch moves that loop out of an 'else' block and into the same 'foreach' that contains the loop that sets per-pass variables. Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2018-11-22 | * doc/dejagnu.texi (Customizing DejaGnu): Document error handling | Ben Elliston | 2 | -1/+7 | |
of the $DEJAGNU environment variable (see change below). | |||||
2018-11-22 | * runtest.exp: Raise error if $DEJAGNU is defined but not found. | Jacob Bachmeyer | 2 | -1/+6 | |
Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2018-11-15 | * runtest.exp (load_tool_init): Search for tool init file instead | Jacob Bachmeyer | 2 | -14/+15 | |
of assuming exactly one location. Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2018-11-15 | * runtest.exp (load_lib): Whitespace fix. | Ben Elliston | 2 | -1/+5 | |
2018-11-11 | * lib/ssh.exp: Clean up whitespace. | Jacob Bachmeyer | 3 | -20/+26 | |
* lib/remote.exp: Clean up whitespace. (remote_expect): Change literal tab to "\t" in regexp. Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2018-11-05 | * config.guess: Update to latest version. | Ben Elliston | 3 | -567/+556 | |
* config.sub: Likewise. | |||||
2018-11-05 | Fix formatting issues. | Ben Elliston | 1 | -10/+12 | |
2018-11-02 | * Makefile.in: Regenerate. | Ben Elliston | 2 | -2/+7 | |
2018-10-31 | * Makefile.am (DEJATOOL): List tools in testsuite. | Jacob Bachmeyer | 4 | -2/+29 | |
(RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing. * testsuite/config/default.exp: Rename from this ... * testsuite/lib/runtest.exp: ... to this. (runtest_exit): Remove spurious "close". This was causing per-tool testing to fail, since the testsuite for "runtest" never actually uses "spawn", so "close" ends up closing exp0, which is the terminal. The ${tool}_exit proc is not called if the --tool option is not given, so this had no effect earlier. * testsuite/lib/libdejagnu.exp: New empty file. Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2018-10-31 | * runtest.exp (load_tool_init): Add message indicating the | Jacob Bachmeyer | 2 | -0/+7 | |
expected location of the tool init file. Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2018-10-31 | * contrib/sum2junit.sh (failures): Fix typo. | Jacob Bachmeyer | 2 | -1/+5 | |
Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2018-10-31 | * configure.ac (DEJAGNU): Add comments. | Jacob Bachmeyer | 2 | -0/+6 | |
Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2018-10-30 | * Makefile.am (DISTCLEANFILES): Add testrun.xml. | Ben Elliston | 4 | -32/+40 | |
* Makefile.in: Regenerate with Automake 1.15.1. * aclocal.m4: Likewise. | |||||
2018-10-30 | * configure.ac (AC_CONFIG_SUBDIRS): Remove. | Ben Elliston | 3 | -153/+6 | |
* configure: Regenerate. | |||||
2018-10-29 | * README (Documentation): Update. | Ben Elliston | 1 | -5/+2 | |
2018-10-29 | * README (Documentation): Update. | Ben Elliston | 2 | -8/+11 | |
2018-10-29 | * lib/framework.exp (record_test): Really fix message formatting. | Jacob Bachmeyer | 2 | -1/+5 | |
Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2018-10-29 | Reported by Jacob Bachmeyer. | Ben Elliston | 2 | -1/+6 | |
* testsuite/runtest.all/utils.test: Fix missing end quote. | |||||
2018-10-28 | * lib/framework.exp (record_test): Fix message formatting. | Jacob Bachmeyer | 2 | -1/+5 | |
Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2018-07-20 | * contrib/mysql/make-datafile.sh: Eliminate Shellcheck warnings. | Ben Elliston | 3 | -2/+7 | |
* contrib/mysql/sum2xml.sh: Likewise. Silence these warnings: Double quote to prevent globbing and word splitting. [SC2086] See if you can use ${variable//search/replace} instead. [SC2001] | |||||
2018-07-20 | * contrib/compare_tests: Eliminate Shellcheck warnings. | Ben Elliston | 3 | -15/+20 | |
* contrib/mysql/sum2xml.sh: Likewise. Warnings fixed: Use single quotes, otherwise this expands now rather than when signalled. [SC2064] Trapping signals by number is not well defined. Prefer signal names. [SC2172] SIGKILL/SIGSTOP can not be trapped. [SC2173] Trapping signals by number is not well defined. Prefer signal names. [SC2172] Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181] read without -r will mangle backslashes. [SC2162] egrep is non-standard and deprecated. Use grep -E instead. [SC2196] | |||||
2018-07-20 | * compile, depcomp, install-sh: Latest upstream versions. | Ben Elliston | 4 | -214/+210 | |
2018-07-20 | * contrib/sum2junit.sh: Eliminate some Shellcheck warnings: | Ben Elliston | 2 | -6/+10 | |
Double quote to prevent globbing and word splitting. [SC2086] egrep is non-standard and deprecated. Use grep -E instead. [SC2196] read without -r will mangle backslashes. [SC2162] | |||||
2018-07-19 | * runtest: Use POSIX 'command', not 'type', to look for the Expect | Ben Elliston | 2 | -1/+7 | |
binary. Silences Shellcheck warning SC2039 ("In POSIX sh, 'type' is undefined"). | |||||
2018-07-19 | * config.guess: Update to latest version. | Ben Elliston | 3 | -1119/+1120 | |
* config.sub: Likewise. | |||||
2018-07-06 | * lib/remote.exp (close_wait_program): Use separate kill command | Richard Biener | 2 | -8/+22 | |
for each pid. Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2017-10-16 | Roll over to next development version number. | Ben Elliston | 7 | -14/+27 | |
* NEWS: Start a new section for the next release. * configure.ac (AC_INIT): Update version number. * configure: Regenerate. * runtest.exp (frame_version): Update version number. * doc/dejagnu.texi: Likewise. * doc/runtest.1: Update datestamp. | |||||
2017-10-16 | * config.guess: Update to version 2017-09-26. | Ben Elliston | 3 | -74/+106 | |
* config.sub: Likewise. | |||||
2017-09-13 | * lib/framework.exp (open_logs): Set XML version to 1.1. | Ben Elliston | 2 | -2/+12 | |
(xml_tag): Skip valid whitespace chars (0x9, 0xA, 0xD). Include missing 'x' in escape sequence. | |||||
2017-08-29 | Revert these changes: | Ben Elliston | 5 | -6/+54 | |
2016-04-25 Ben Elliston <bje@gnu.org> * testsuite/runtest.all/utils.test: Remove unsetenv test. 2016-04-24 Ben Elliston <bje@gnu.org> * lib/utils.exp (unsetenv): Remove proc. * doc/dejagnu.texi: Update documentation. * NEWS: Update. | |||||
2017-08-19 | Fix another bug reported by Andrey ``Bass'' Shcheglov. | Ben Elliston | 2 | -0/+11 | |
* lib/framework.exp (xml_tag): Escape all of the non-printable control characters (ASCII codes 1 to 31 inclusive). | |||||
2017-08-19 | * runtest.exp: Fix --directory matching. | Tom Tromey | 2 | -1/+8 | |
Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2017-08-15 | Fix another bug reported by Andrey ``Bass'' Shcheglov. | Ben Elliston | 2 | -9/+21 | |
* lib/framework.exp (xml_tag): New proc. (log_summary): Use it. (record_test): Likewise. | |||||
2017-08-15 | Fix bug reported by Andrey ``Bass'' Shcheglov. | Ben Elliston | 5 | -15/+18 | |
* lib/framework.exp (open_logs): Set .xml filename correctly. * runtest.exp: Remove xml_file_name var. (usage): Update --xml option to not take an argument. (load_tool_init): Likewise. * doc/dejagnu.texi (Invoking runtest): Update documentation. * doc/runtest.1: Likewise. | |||||
2017-08-01 | * runtest.exp (usage): Improve --strace message. | Ben Elliston | 2 | -1/+5 | |
2017-08-01 | * runtest.exp (usage): --reboot doesn't take a 'name' parameter. | Ben Elliston | 2 | -1/+5 | |
2017-07-30 | * lib/framework.exp: Fix spelling mistake in a comment. | Ben Elliston | 1 | -1/+1 | |