diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2007-09-01 08:16:16 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2007-09-01 08:16:16 +0000 |
commit | 4935890f4d4df7c5c88e4be2945e5c7a9b282ab6 (patch) | |
tree | 70802d509108611fa6e59db1531af4f0419f2f1c /gdb/testsuite/ChangeLog | |
parent | 399347457c16712c193406d56fe31287d2f2afa6 (diff) | |
download | gdb-4935890f4d4df7c5c88e4be2945e5c7a9b282ab6.zip gdb-4935890f4d4df7c5c88e4be2945e5c7a9b282ab6.tar.gz gdb-4935890f4d4df7c5c88e4be2945e5c7a9b282ab6.tar.bz2 |
* lib/gdb.exp (build_id_debug_filename_get): New function.
* gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
Remove the generate DEBUG file for the future testcase runs.
New testcase for the NT_GNU_BUILD_ID retrieval.
Move the final testing step to ...
(test_different_dir): ... a new function.
New parameter XFAIL to XFAIL all the tests performed.
New parameter TEST_DIFFERENT_DIR parametrizing the directory.
New parameter TYPE to PF_PREFIX all the tests performed.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c4d0887..2725c1d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,15 @@ +2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com> + + * lib/gdb.exp (build_id_debug_filename_get): New function. + * gdb.base/sepdebug.exp: Reflect the changes in the heading comment. + Remove the generate DEBUG file for the future testcase runs. + New testcase for the NT_GNU_BUILD_ID retrieval. + Move the final testing step to ... + (test_different_dir): ... a new function. + New parameter XFAIL to XFAIL all the tests performed. + New parameter TEST_DIFFERENT_DIR parametrizing the directory. + New parameter TYPE to PF_PREFIX all the tests performed. + 2007-08-31 Vladimir Prus <vladimir@codesourcery.com> * gdb.mi/mi-var-cp.cc (path_expression): New |