• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision5d978e177217d8e9da8648498f0592b5cd885e69 (tree)
Zeit2015-12-15 08:17:23
AutorSandra Loosemore <sandra@code...>
CommiterSandra Loosemore

Log Message

Skip gdb.base/gdbinit-history.exp on remote hosts.

2015-12-14 Sandra Loosemore <sandra@codesourcery.com>

gdb/testsuite/
* gdb.base/gdbinit-history.exp: Skip for remote-host testing.

Ändern Zusammenfassung

Diff

--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
11 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
22
3+ * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4+
5+2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
6+
37 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
48
59 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
--- a/gdb/testsuite/gdb.base/gdbinit-history.exp
+++ b/gdb/testsuite/gdb.base/gdbinit-history.exp
@@ -17,6 +17,14 @@
1717
1818 # Test the setting of "history size" via $HOME/.gdbinit
1919
20+# This test depends on being able to set $HOME and $GDBHISTSIZE.
21+# We cannot expect remote hosts to see environment variables set on the
22+# local machine.
23+
24+if { [is_remote host] } {
25+ unsupported "can't set environment variables on remote host"
26+ return -1
27+}
2028
2129 # Check that the history size is properly set to SIZE when reading the .gdbinit
2230 # file located in HOME with the environment variable GDBHISTSIZE optionally