Statistics
| Branch: | Revision:

root / tests / .gitignore @ feature-archipelago

History | View | Annotate | Download (415 Bytes)

# Date Author Comment
b76afd10 02/01/2014 11:56 am Fam Zheng

tests/.gitignore: Ignore tests/check-qom-interface

Signed-off-by: Fam Zheng <>
Signed-off-by: Michael Tokarev <>

2668b4bf 01/13/2014 03:04 pm Eduardo Habkost

tests: Some unit tests for vmstate.c

  • Basic load/save tests
  • Tests for loading older versions
  • Tests for .field_exists() handling

Signed-off-by: Eduardo Habkost <>
Signed-off-by: Juan Quintela <>

d8039e58 10/02/2013 09:55 pm Markus Armbruster

tests: Fix schema parser test for in-tree build

Commit 4f193e3 added the test, but screwed up in-tree builds
(SRCDIR=.): the tests's output overwrites the expected output, and is
thus compared to itself.

Cc:
Reported-by: Laszlo Ersek <>...

9dbb52e8 10/01/2013 03:06 pm Markus Armbruster

tests: Update .gitignore for test-int128 and test-bitops

Forgotten in commit 6046c62 and 3464700.

Cc:
Reviewed-by: Andreas Färber <>
Reviewed-by: Laszlo Ersek <>
Signed-off-by: Markus Armbruster <>...

7a1c0d20 09/20/2013 07:15 pm Fam Zheng

tests/.gitignore: ignore test-throttle

Signed-off-by: Fam Zheng <>
Reviewed-by: Benoit Canet <>
Signed-off-by: Michael Tokarev <>

747b0cb4 08/16/2013 07:44 pm Eduardo Habkost

tests: Unit tests for qdev global properties handling

This tests the qdev global-properties handling code.

Signed-off-by: Eduardo Habkost <>
Signed-off-by: Andreas Färber <>

499a6165 02/21/2013 11:33 am David Gibson

Add some missing qtest binaries to .gitignore

These binaries are generated during make check on at least some
configurations, so att them to .gitignore.

Signed-off-by: David Gibson <>
Signed-off-by: Stefan Hajnoczi <>

247c9de1 01/27/2013 03:34 pm Eduardo Habkost

target-i386: Topology & APIC ID utility functions

This introduces utility functions for the APIC ID calculation, based on:
Intel® 64 Architecture Processor Topology Enumeration
http://software.intel.com/en-us/articles/intel-64-architecture-processor-topology-enumeration/...

fecccc44 04/20/2012 03:23 pm David Gibson

Add .gitignore for tests/

The new autotests in tests/ generate a number of files, both
executable and source, which are not caught by the existing .gitignore
files. This patch adds a new .gitignore in tests/ which covers these.

[Changed 'rtc-test' to '*-test' so future tests do not need to be added...