OSDN Git Service

Temporarily disable compressed CFI tests.
authorDavid Srbecky <dsrbecky@google.com>
Tue, 16 Feb 2016 09:56:41 +0000 (09:56 +0000)
committerDavid Srbecky <dsrbecky@google.com>
Tue, 16 Feb 2016 10:44:06 +0000 (10:44 +0000)
Since the support in libunwind has been temporarily disabled.

The non-compressed CFI test still works.

Bug: 27172087
Change-Id: Ic0e088827122014f13ae2086c766fc7c01b21ea1

test/137-cfi/expected.txt
test/137-cfi/run

index 8db7853..6a5618e 100644 (file)
@@ -1,2 +1 @@
 JNI_OnLoad called
-JNI_OnLoad called
index 6f4bcfe..8ec98c1 100755 (executable)
@@ -20,4 +20,5 @@ ${RUN} "$@" -Xcompiler-option --generate-debug-info --args --full-signatures
 
 # Test with minimal compressed debugging information.
 # Check only method names (parameters are omitted to save space).
-${RUN} "$@" -Xcompiler-option --generate-mini-debug-info
+# Temporarily disable due to bug 27172087 (leak/race in libunwind).
+# ${RUN} "$@" -Xcompiler-option --generate-mini-debug-info