Blacklist two tests due to timeout.

bug: 36377828
Test: test-art-host testrunner.py
Change-Id: Ibe5e4cc6d9bf027cba4de6f545d5b16ed925f7c9
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index 7cd73fe..100b031 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -353,8 +353,11 @@
 
 # Temporarily disable some broken tests when forcing access checks in interpreter b/22414682
 # 629 requires compilation.
+# 080 and 530: b/36377828
 TEST_ART_BROKEN_INTERPRETER_ACCESS_CHECK_TESTS := \
   137-cfi \
+  530-checker-lse \
+  080-oom-throw \
   629-vdex-speed
 
 ifneq (,$(filter interp-ac,$(COMPILER_TYPES)))
diff --git a/test/knownfailures.json b/test/knownfailures.json
index f3783a0..d540a79 100644
--- a/test/knownfailures.json
+++ b/test/knownfailures.json
@@ -342,5 +342,11 @@
                   "637-checker-throw-inline"],
         "bug": "http://b/36365552",
         "variant": "no-image & jit"
+    },
+    {
+        "tests": ["530-checker-lse",
+                  "080-oom-throw"],
+        "bug": "http://b/36377828",
+        "variant": "interp-ac"
     }
 ]