-
Notifications
You must be signed in to change notification settings - Fork 746
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=243851753
- Loading branch information
1 parent
12ba9de
commit c6370e8
Showing
16 changed files
with
25 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,14 +21,11 @@ | |
import org.junit.runner.RunWith; | ||
import org.junit.runners.JUnit4; | ||
|
||
import org.junit.Ignore; | ||
|
||
/** | ||
* Tests for {@link MixedDescriptors} bugpattern. | ||
* | ||
* @author [email protected] (Graeme Morgan) | ||
*/ | ||
@Ignore("b/74365407 test proto sources are broken") | ||
@RunWith(JUnit4.class) | ||
public final class MixedDescriptorsTest { | ||
private final CompilationTestHelper compilationHelper = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,7 @@ | |
import org.junit.runner.RunWith; | ||
import org.junit.runners.JUnit4; | ||
|
||
import org.junit.Ignore; | ||
|
||
/** @author [email protected] (Felix Berger) */ | ||
@Ignore("b/74365407 test proto sources are broken") | ||
@RunWith(JUnit4.class) | ||
public final class ProtoFieldNullComparisonTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,14 +23,11 @@ | |
import org.junit.runner.RunWith; | ||
import org.junit.runners.JUnit4; | ||
|
||
import org.junit.Ignore; | ||
|
||
/** | ||
* Tests for {@link ProtoRedundantSet} bugpattern. | ||
* | ||
* @author [email protected] (Graeme Morgan) | ||
*/ | ||
@Ignore("b/74365407 test proto sources are broken") | ||
@RunWith(JUnit4.class) | ||
public final class ProtoRedundantSetTest { | ||
private final CompilationTestHelper compilationHelper = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,14 +21,11 @@ | |
import org.junit.runner.RunWith; | ||
import org.junit.runners.JUnit4; | ||
|
||
import org.junit.Ignore; | ||
|
||
/** | ||
* Tests for {@link ProtoTruthMixedDescriptors} bugpattern. | ||
* | ||
* @author [email protected] (Graeme Morgan) | ||
*/ | ||
@Ignore("b/74365407 test proto sources are broken") | ||
@RunWith(JUnit4.class) | ||
public final class ProtoTruthMixedDescriptorsTest { | ||
private final CompilationTestHelper compilationHelper = | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,14 +22,11 @@ | |
import org.junit.runner.RunWith; | ||
import org.junit.runners.JUnit4; | ||
|
||
import org.junit.Ignore; | ||
|
||
/** | ||
* Tests for {@link ProtocolBufferOrdinal}. | ||
* | ||
* @author [email protected] (Sumit Bhagwani) | ||
*/ | ||
@Ignore("b/74365407 test proto sources are broken") | ||
@RunWith(JUnit4.class) | ||
public class ProtocolBufferOrdinalTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,14 +21,11 @@ | |
import org.junit.runner.RunWith; | ||
import org.junit.runners.JUnit4; | ||
|
||
import org.junit.Ignore; | ||
|
||
/** | ||
* Tests for {@link ProtoDurationGetSecondsGetNano}. | ||
* | ||
* @author [email protected] (Kurt Alfred Kluever) | ||
*/ | ||
@Ignore("b/74365407 test proto sources are broken") | ||
@RunWith(JUnit4.class) | ||
public class ProtoDurationGetSecondsGetNanoTest { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,14 +21,11 @@ | |
import org.junit.runner.RunWith; | ||
import org.junit.runners.JUnit4; | ||
|
||
import org.junit.Ignore; | ||
|
||
/** | ||
* Tests for {@link ProtoTimestampGetSecondsGetNano}. | ||
* | ||
* @author [email protected] (Kurt Alfred Kluever) | ||
*/ | ||
@Ignore("b/74365407 test proto sources are broken") | ||
@RunWith(JUnit4.class) | ||
public class ProtoTimestampGetSecondsGetNanoTest { | ||
|
||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters