Lines Matching full:compatibility
15 # The old version of protobuf that we are testing compatibility against. This
17 # that version to test compatibility of the newest runtime against it), but it
18 # is also possible to use this same test set to test the compatibility of the
26 echo "Running compatibility tests between current $VERSION_NUMBER and released $OLD_VERSION"
41 # Download old version source for the compatibility test
53 # Test source compatibility. In these tests we recompile everything against
74 # Test binary compatibility. In these tests we run the old version compiled
78 # make it easier to run binary compatibility test (where we will need to run
83 cp -f deps/target/compatibility-test-deps-${TEST_VERSION}-jar-with-dependencies.jar deps.jar
87 cp -f protos/target/compatibility-protos-${TEST_VERSION}.jar protos.jar
88 cp -f more_protos/target/compatibility-more-protos-${TEST_VERSION}.jar more_protos.jar
89 cp -f tests/target/compatibility-tests-${TEST_VERSION}.jar tests.jar
106 java -cp ../../../core/target/protobuf-java-$VERSION_NUMBER.jar:../protos/target/compatibility-prot…
114 …protobuf-java-$VERSION_NUMBER.jar:../protos.jar:../more_protos/target/compatibility-more-protos-${…