Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 897a3525 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Disable I64e0b8d488b119804027043d180499d485d7b5d5" into main

parents 06a3a60a 20175d25
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -203,6 +203,10 @@ public class RavenwoodAwareTestRunner extends Runner implements Filterable, Orde
            // so record it and throw it when the test actually started.
            // so record it and throw it when the test actually started.
            log("Fatal: Exception detected in constructor: " + th.getMessage() + "\n"
            log("Fatal: Exception detected in constructor: " + th.getMessage() + "\n"
                    + Log.getStackTraceString(th));
                    + Log.getStackTraceString(th));
            if (true) {
                // TODO(b/363094647) Remove this
                throw th;
            }
            mExceptionInConstructor = new RuntimeException("Exception detected in constructor",
            mExceptionInConstructor = new RuntimeException("Exception detected in constructor",
                    th);
                    th);
            mDescription = Description.createTestDescription(testClass, "Constructor");
            mDescription = Description.createTestDescription(testClass, "Constructor");