summaryrefslogtreecommitdiff
path: root/tests/auth-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auth-test.c')
-rw-r--r--tests/auth-test.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auth-test.c b/tests/auth-test.c
index cb9f07fb..8ed5cead 100644
--- a/tests/auth-test.c
+++ b/tests/auth-test.c
@@ -292,6 +292,8 @@ do_pipelined_auth_test (void)
char *uri;
int i;
+ g_test_bug ("271540");
+
SOUP_TEST_SKIP_IF_NO_APACHE;
session = soup_test_session_new (SOUP_TYPE_SESSION_ASYNC, NULL);
@@ -632,6 +634,7 @@ do_async_auth_bad_password_test (void)
/* Test that giving the wrong password doesn't cause multiple
* authenticate signals the second time.
*/
+ g_test_bug ("522601");
SOUP_TEST_SKIP_IF_NO_APACHE;
@@ -684,6 +687,7 @@ do_async_auth_no_password_test (void)
/* Test that giving no password doesn't cause multiple
* authenticate signals the second time.
*/
+ g_test_bug ("583462");
SOUP_TEST_SKIP_IF_NO_APACHE;
@@ -852,6 +856,8 @@ do_select_auth_test (void)
SoupAuthDomain *basic_auth_domain, *digest_auth_domain;
SoupURI *uri;
+ g_test_bug ("562339");
+
/* It doesn't seem to be possible to configure Apache to serve
* multiple auth types for a single URL. So we have to use
* SoupServer here. We know that SoupServer handles the server
@@ -1117,6 +1123,8 @@ do_disappearing_auth_test (void)
SoupSession *session;
int counter;
+ g_test_bug ("https://bugzilla.redhat.com/show_bug.cgi?id=916224");
+
server = soup_test_server_new (FALSE);
soup_server_add_handler (server, NULL,
server_callback, NULL, NULL);