summaryrefslogtreecommitdiffstats
path: root/jack-tests
diff options
context:
space:
mode:
authorBenoit Lamarche <benoitlamarche@google.com>2015-04-29 11:08:03 +0200
committerBenoit Lamarche <benoitlamarche@google.com>2015-04-29 11:10:49 +0200
commit27d93f9d3f404a1007ea93325cecede04382037a (patch)
tree829d0bf8dc9c4adc3d9c5dd22856bcd925c79808 /jack-tests
parent87d3b36528b231a339c1d1a65ea230ec0b99178e (diff)
downloadtoolchain_jack-27d93f9d3f404a1007ea93325cecede04382037a.tar.gz
toolchain_jack-27d93f9d3f404a1007ea93325cecede04382037a.tar.bz2
toolchain_jack-27d93f9d3f404a1007ea93325cecede04382037a.zip
Implement missing checks in getEmulationPath methods
Change-Id: Ib9856f3a0803c0f2bc6c7f5919e6d3f60330ba0a
Diffstat (limited to 'jack-tests')
-rw-r--r--jack-tests/tests/com/android/jack/frontend/FrontEndTests.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/jack-tests/tests/com/android/jack/frontend/FrontEndTests.java b/jack-tests/tests/com/android/jack/frontend/FrontEndTests.java
index 3aa134c5..c847dae9 100644
--- a/jack-tests/tests/com/android/jack/frontend/FrontEndTests.java
+++ b/jack-tests/tests/com/android/jack/frontend/FrontEndTests.java
@@ -184,7 +184,6 @@ public class FrontEndTests {
* Test that Jack is neither failing nor dropping the error in this case.
*/
@Test
- @Category(KnownBugs.class)
public void testInnerError001() throws Exception {
File outDir = AbstractTestTools.createTempDir();
@@ -246,7 +245,6 @@ public class FrontEndTests {
* Test that Jack is neither failing nor dropping the error in this case.
*/
@Test
- @Category(KnownBugs.class)
public void testInnerError003() throws Exception {
File outDir = AbstractTestTools.createTempDir();
@@ -277,7 +275,6 @@ public class FrontEndTests {
* Test that Jack is neither failing nor dropping the error in this case.
*/
@Test
- @Category(KnownBugs.class)
public void testInnerError004() throws Exception {
File outDir = AbstractTestTools.createTempDir();