From 362f3bf3547cfe6b880acfe2baee243e20840e5c Mon Sep 17 00:00:00 2001
From: Danny Milosavljevic <dannym@scratchpost.org>
Date: Thu, 10 May 2018 02:44:34 +0200
Subject: [PATCH] gnu: adb: Document test failure.

* gnu/packages/android.scm (adb): Document test failure.
---
 gnu/packages/android.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index e9e13a655cd..d7b1182579a 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -322,7 +322,7 @@ (define-public adb
     (source (android-platform-system-core version))
     (build-system android-ndk-build-system)
     (arguments
-     `(#:tests? #f ; TODO.
+     `(#:tests? #f ; Test failure: sysdeps_poll.fd_count
        #:make-flags
        (list "CFLAGS=-Wno-error"
              "CXXFLAGS=-fpermissive -Wno-error -std=gnu++14 -D_Nonnull= -D_Nullable= -I ."
-- 
GitLab