gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: exclude more tests


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: exclude more tests
Date: Sun, 08 Jan 2017 20:22:55 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 30c09f831 exclude more tests
30c09f831 is described below

commit 30c09f83195d80b155cc081730052e8c397d4845
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jan 8 20:22:49 2017 +0100

    exclude more tests
---
 src/arm/.gitignore           |  4 +++
 src/ats-tests/.gitignore     |  6 ++++
 src/ats/.gitignore           |  2 ++
 src/core/.gitignore          |  7 ++++
 src/datacache/.gitignore     |  6 ++++
 src/datastore/.gitignore     | 14 ++++++++
 src/dht/.gitignore           |  7 ++++
 src/dns/.gitignore           |  1 +
 src/fragmentation/.gitignore |  2 ++
 src/gnsrecord/.gitignore     |  3 ++
 src/hostlist/.gitignore      |  3 ++
 src/json/.gitignore          |  1 +
 src/namecache/.gitignore     |  3 ++
 src/namestore/.gitignore     | 17 ++++++++++
 src/nse/.gitignore           |  1 +
 src/peerinfo/.gitignore      |  4 +++
 src/peerstore/.gitignore     |  6 ++++
 src/pq/.gitignore            |  1 +
 src/regex/.gitignore         |  7 ++++
 src/statistics/.gitignore    |  5 +++
 src/testbed/.gitignore       | 30 +++++++++++++++++
 src/testing/.gitignore       |  5 +++
 src/transport/.gitignore     | 76 ++++++++++++++++++++++++++++++++++++++++++++
 23 files changed, 211 insertions(+)

diff --git a/src/arm/.gitignore b/src/arm/.gitignore
index 0ea685353..859c6e393 100644
--- a/src/arm/.gitignore
+++ b/src/arm/.gitignore
@@ -1,3 +1,7 @@
 mockup-service
 gnunet-arm
 gnunet-service-arm
+test_arm_api
+test_exponential_backoff
+test_gnunet_arm.py
+test_gnunet_service_arm
diff --git a/src/ats-tests/.gitignore b/src/ats-tests/.gitignore
index 9e4a44df5..800898bf9 100644
--- a/src/ats-tests/.gitignore
+++ b/src/ats-tests/.gitignore
@@ -1,2 +1,8 @@
 gnunet-solver-eval
 gnunet-ats-sim
+perf_ats_proportional_core_bandwidth
+perf_ats_proportional_core_latency
+perf_ats_proportional_core_none
+perf_ats_proportional_transport_bandwidth
+perf_ats_proportional_transport_latency
+perf_ats_proportional_transport_none
diff --git a/src/ats/.gitignore b/src/ats/.gitignore
index 7b70f84a5..983dc2843 100644
--- a/src/ats/.gitignore
+++ b/src/ats/.gitignore
@@ -1 +1,3 @@
 gnunet-service-ats
+test_ats_api_proportional
+test_ats_reservation_api_proportional
diff --git a/src/core/.gitignore b/src/core/.gitignore
index 42b7030b3..cdd1f93c2 100644
--- a/src/core/.gitignore
+++ b/src/core/.gitignore
@@ -1,2 +1,9 @@
 gnunet-service-core
 gnunet-core
+test_core_api
+test_core_api_reliability
+test_core_api_send_to_self
+test_core_api_start_only
+test_core_quota_compliance_asymmetric_recv_limited
+test_core_quota_compliance_asymmetric_send_limited
+test_core_quota_compliance_symmetric
diff --git a/src/datacache/.gitignore b/src/datacache/.gitignore
new file mode 100644
index 000000000..8e42aa103
--- /dev/null
+++ b/src/datacache/.gitignore
@@ -0,0 +1,6 @@
+test_datacache_heap
+test_datacache_postgres
+test_datacache_quota_heap
+test_datacache_quota_postgres
+test_datacache_quota_sqlite
+test_datacache_sqlite
diff --git a/src/datastore/.gitignore b/src/datastore/.gitignore
index 38dff9993..51d3391b9 100644
--- a/src/datastore/.gitignore
+++ b/src/datastore/.gitignore
@@ -1,2 +1,16 @@
 gnunet-service-datastore
 gnunet-datastore
+perf_datastore_api_heap
+perf_plugin_datastore_heap
+test_datastore_api_heap
+test_datastore_api_management_heap
+test_datastore_api_management_mysql
+test_datastore_api_management_postgres
+test_datastore_api_management_sqlite
+test_datastore_api_mysql
+test_datastore_api_postgres
+test_datastore_api_sqlite
+test_plugin_datastore_heap
+test_plugin_datastore_mysql
+test_plugin_datastore_postgres
+test_plugin_datastore_sqlite
diff --git a/src/dht/.gitignore b/src/dht/.gitignore
index b8b0ff7d4..e7f3c2a86 100644
--- a/src/dht/.gitignore
+++ b/src/dht/.gitignore
@@ -5,3 +5,10 @@ gnunet-dht-profiler
 gnunet-dht-put
 gnunet-service-dht
 gnunet-service-dht-whanau
+test_dht_2dtorus
+test_dht_api
+test_dht_line
+test_dht_monitor
+test_dht_multipeer
+test_dht_tools.py
+test_dht_twopeer
diff --git a/src/dns/.gitignore b/src/dns/.gitignore
index ef9125c50..952f6fb9a 100644
--- a/src/dns/.gitignore
+++ b/src/dns/.gitignore
@@ -2,3 +2,4 @@ gnunet-service-dns
 gnunet-dns-monitor
 gnunet-dns-redirector
 gnunet-helper-dns
+test_hexcoder
diff --git a/src/fragmentation/.gitignore b/src/fragmentation/.gitignore
new file mode 100644
index 000000000..c3293ab69
--- /dev/null
+++ b/src/fragmentation/.gitignore
@@ -0,0 +1,2 @@
+test_fragmentation
+test_fragmentation_parallel
diff --git a/src/gnsrecord/.gitignore b/src/gnsrecord/.gitignore
new file mode 100644
index 000000000..7b5ba6449
--- /dev/null
+++ b/src/gnsrecord/.gitignore
@@ -0,0 +1,3 @@
+test_gnsrecord_block_expiration
+test_gnsrecord_crypto
+test_gnsrecord_serialization
diff --git a/src/hostlist/.gitignore b/src/hostlist/.gitignore
index f20bc2d58..b16e3444a 100644
--- a/src/hostlist/.gitignore
+++ b/src/hostlist/.gitignore
@@ -1 +1,4 @@
 gnunet-daemon-hostlist
+test_gnunet_daemon_hostlist
+test_gnunet_daemon_hostlist_learning
+test_gnunet_daemon_hostlist_reconnect
diff --git a/src/json/.gitignore b/src/json/.gitignore
new file mode 100644
index 000000000..6709c749d
--- /dev/null
+++ b/src/json/.gitignore
@@ -0,0 +1 @@
+test_json
diff --git a/src/namecache/.gitignore b/src/namecache/.gitignore
index 7f6924c27..cd4286ff2 100644
--- a/src/namecache/.gitignore
+++ b/src/namecache/.gitignore
@@ -1,2 +1,5 @@
 gnunet-service-namecache
 gnunet-namecache
+test_namecache_api_cache_block
+test_plugin_namecache_postgres
+test_plugin_namecache_sqlite
diff --git a/src/namestore/.gitignore b/src/namestore/.gitignore
index 15482dd69..a1153c6f9 100644
--- a/src/namestore/.gitignore
+++ b/src/namestore/.gitignore
@@ -1,3 +1,20 @@
 gnunet-service-namestore
 gnunet-namestore
 gnunet-namestore-fcfsd
+test_namestore_api_lookup_nick
+test_namestore_api_lookup_private
+test_namestore_api_lookup_public
+test_namestore_api_lookup_shadow
+test_namestore_api_lookup_shadow_filter
+test_namestore_api_monitoring
+test_namestore_api_monitoring_existing
+test_namestore_api_remove
+test_namestore_api_remove_not_existing_record
+test_namestore_api_store
+test_namestore_api_store_update
+test_namestore_api_zone_iteration
+test_namestore_api_zone_iteration_nick
+test_namestore_api_zone_iteration_specific_zone
+test_namestore_api_zone_iteration_stop
+test_plugin_namestore_postgres
+test_plugin_namestore_sqlite
diff --git a/src/nse/.gitignore b/src/nse/.gitignore
index 4e6257696..a85b34e5e 100644
--- a/src/nse/.gitignore
+++ b/src/nse/.gitignore
@@ -1,3 +1,4 @@
 gnunet-service-nse
 gnunet-nse
 gnunet-nse-profiler
+test_nse_api
diff --git a/src/peerinfo/.gitignore b/src/peerinfo/.gitignore
index 950ed60a6..e2a79a211 100644
--- a/src/peerinfo/.gitignore
+++ b/src/peerinfo/.gitignore
@@ -1 +1,5 @@
 gnunet-service-peerinfo
+test_peerinfo_api
+test_peerinfo_api_friend_only
+test_peerinfo_api_notify_friend_only
+test_peerinfo_shipped_hellos
diff --git a/src/peerstore/.gitignore b/src/peerstore/.gitignore
index a07db8a36..33304d90b 100644
--- a/src/peerstore/.gitignore
+++ b/src/peerstore/.gitignore
@@ -1,2 +1,8 @@
 gnunet-service-peerstore
 gnunet-peerstore
+perf_peerstore_store
+test_peerstore_api_iterate
+test_peerstore_api_store
+test_peerstore_api_sync
+test_peerstore_api_watch
+test_plugin_peerstore_sqlite
diff --git a/src/pq/.gitignore b/src/pq/.gitignore
new file mode 100644
index 000000000..8de68ddc9
--- /dev/null
+++ b/src/pq/.gitignore
@@ -0,0 +1 @@
+test_pq
diff --git a/src/regex/.gitignore b/src/regex/.gitignore
index 014e54347..39dc89c88 100644
--- a/src/regex/.gitignore
+++ b/src/regex/.gitignore
@@ -3,3 +3,10 @@ gnunet-daemon-regexprofiler
 gnunet-regex-profiler
 gnunet-regex-simulation-profiler
 gnunet-service-regex
+test_graph.dot
+test_regex_api
+test_regex_eval_api
+test_regex_graph_api
+test_regex_integration
+test_regex_iterate_api
+test_regex_proofs
diff --git a/src/statistics/.gitignore b/src/statistics/.gitignore
index 55f015bce..f1f567149 100644
--- a/src/statistics/.gitignore
+++ b/src/statistics/.gitignore
@@ -1,2 +1,7 @@
 gnunet-statistics
 gnunet-service-statistics
+test_gnunet_statistics.py
+test_statistics_api
+test_statistics_api_loop
+test_statistics_api_watch
+test_statistics_api_watch_zero_value
diff --git a/src/testbed/.gitignore b/src/testbed/.gitignore
index acffa9b91..f7cfb1e23 100644
--- a/src/testbed/.gitignore
+++ b/src/testbed/.gitignore
@@ -5,3 +5,33 @@ gnunet-daemon-testbed-blacklist
 gnunet-daemon-testbed-underlay
 gnunet-helper-testbed
 gnunet-service-testbed
+gnunet-service-test-barriers
+test_gnunet_helper_testbed
+test_testbed_api
+test_testbed_api_2peers_1controller
+test_testbed_api_3peers_3controllers
+test_testbed_api_barriers
+test_testbed_api_controllerlink
+test_testbed_api_hosts
+test_testbed_api_operations
+test_testbed_api_peer_reconfiguration
+test_testbed_api_peers_manage_services
+test_testbed_api_sd
+test_testbed_api_statistics
+test_testbed_api_test
+test_testbed_api_test_timeout
+test_testbed_api_testbed_run
+test_testbed_api_testbed_run_topology2dtorus
+test_testbed_api_testbed_run_topologyclique
+test_testbed_api_testbed_run_topologyfromfile
+test_testbed_api_testbed_run_topologyline
+test_testbed_api_testbed_run_topologyrandom
+test_testbed_api_testbed_run_topologyring
+test_testbed_api_testbed_run_topologyscalefree
+test_testbed_api_testbed_run_topologysmallworld
+test_testbed_api_testbed_run_topologysmallworldring
+test_testbed_api_testbed_run_topologystar
+test_testbed_api_testbed_run_waitforever
+test_testbed_api_topology
+test_testbed_api_topology_clique
+test_testbed_underlay
diff --git a/src/testing/.gitignore b/src/testing/.gitignore
index 212ed2ad3..f350da1f2 100644
--- a/src/testing/.gitignore
+++ b/src/testing/.gitignore
@@ -1,2 +1,7 @@
 list-keys
 gnunet-testing
+test_testing_peerstartup
+test_testing_peerstartup2
+test_testing_portreservation
+test_testing_servicestartup
+test_testing_sharedservices
diff --git a/src/transport/.gitignore b/src/transport/.gitignore
index eab8d3146..d035b4011 100644
--- a/src/transport/.gitignore
+++ b/src/transport/.gitignore
@@ -7,3 +7,79 @@ gnunet-transport
 gnunet-transport-certificate-creation
 gnunet-transport-profiler
 gnunet-transport-wlan-receiver
+https_cert_qutoa_p2.crt
+https_key_quota_p2.key
+test_http_common
+test_plugin_bluetooth
+test_plugin_http_client
+test_plugin_http_server
+test_plugin_https_client
+test_plugin_https_server
+test_plugin_tcp
+test_plugin_udp
+test_plugin_unix
+test_plugin_wlan
+test_quota_compliance_bluetooth
+test_quota_compliance_bluetooth_asymmetric
+test_quota_compliance_http
+test_quota_compliance_http_asymmetric
+test_quota_compliance_https
+test_quota_compliance_https_asymmetric
+test_quota_compliance_tcp
+test_quota_compliance_tcp_asymmetric
+test_quota_compliance_udp
+test_quota_compliance_unix
+test_quota_compliance_unix_asymmetric
+test_quota_compliance_wlan
+test_quota_compliance_wlan_asymmetric
+test_transport_address_switch_http
+test_transport_address_switch_https
+test_transport_address_switch_tcp
+test_transport_address_switch_udp
+test_transport_api_blacklisting_tcp
+test_transport_api_bluetooth
+test_transport_api_disconnect_tcp
+test_transport_api_http
+test_transport_api_http_reverse
+test_transport_api_https
+test_transport_api_limited_sockets_tcp
+test_transport_api_manipulation_cfg
+test_transport_api_manipulation_recv_tcp
+test_transport_api_manipulation_send_tcp
+test_transport_api_monitor_peers
+test_transport_api_multi
+test_transport_api_reliability_bluetooth
+test_transport_api_reliability_http
+test_transport_api_reliability_http_xhr
+test_transport_api_reliability_https
+test_transport_api_reliability_https_xhr
+test_transport_api_reliability_tcp
+test_transport_api_reliability_tcp_nat
+test_transport_api_reliability_udp
+test_transport_api_reliability_unix
+test_transport_api_reliability_wlan
+test_transport_api_restart_1peer
+test_transport_api_restart_2peers
+test_transport_api_slow_ats
+test_transport_api_tcp
+test_transport_api_tcp_nat
+test_transport_api_timeout_bluetooth
+test_transport_api_timeout_http
+test_transport_api_timeout_https
+test_transport_api_timeout_tcp
+test_transport_api_timeout_udp
+test_transport_api_timeout_unix
+test_transport_api_timeout_wlan
+test_transport_api_udp
+test_transport_api_udp_nat
+test_transport_api_unix
+test_transport_api_unix_abstract
+test_transport_api_wlan
+test_transport_blacklisting_inbound_bl_full
+test_transport_blacklisting_inbound_bl_plugin
+test_transport_blacklisting_multiple_plugins
+test_transport_blacklisting_no_bl
+test_transport_blacklisting_outbound_bl_full
+test_transport_blacklisting_outbound_bl_plugin
+test_transport_testing_restart
+test_transport_testing_startstop

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]