Skip to content

Commit

Permalink
[manual roll] Roll Fuchsia Linux SDK from K2Oiy-AYh... to 2rXyLF0YK (f…
Browse files Browse the repository at this point in the history
  • Loading branch information
George Wright committed Sep 21, 2020
1 parent e3444d8 commit 978371f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ deps = {
'packages': [
{
'package': 'fuchsia/sdk/core/linux-amd64',
'version': 'K2Oiy-AYhixnm-ZGuPbB-RXtONHDvY6-C7lik_feQSAC'
'version': '2rXyLF0YKcEXbFu-iMMnrOxmaQvVomTPzXLQq3SfCB4C'
}
],
'condition': 'host_os == "linux"',
Expand Down
3 changes: 1 addition & 2 deletions ci/licenses_golden/licenses_fuchsia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: b207934fb99552b9b24523d8392e55d9
Signature: 739502b74d14f0fd90377ae4637375b2

UNUSED LICENSES:

Expand Down Expand Up @@ -1285,7 +1285,6 @@ FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.cobalt/meta.json
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.component.runner/meta.json
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.component/meta.json
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.data/meta.json
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.deprecatedtimezone/deprecated_time_service.fidl
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.deprecatedtimezone/deprecated_time_zone.fidl
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.deprecatedtimezone/meta.json
FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.developer.tiles/meta.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ TEST_F(AccessibilityBridgeTest, BatchesLargeMessages) {
RunLoopUntilIdle();

EXPECT_EQ(0, semantics_manager_.DeleteCount());
EXPECT_EQ(5, semantics_manager_.UpdateCount());
EXPECT_EQ(6, semantics_manager_.UpdateCount());
EXPECT_EQ(1, semantics_manager_.CommitCount());
EXPECT_FALSE(semantics_manager_.DeleteOverflowed());
EXPECT_FALSE(semantics_manager_.UpdateOverflowed());
Expand All @@ -481,7 +481,7 @@ TEST_F(AccessibilityBridgeTest, BatchesLargeMessages) {
RunLoopUntilIdle();

EXPECT_EQ(1, semantics_manager_.DeleteCount());
EXPECT_EQ(6, semantics_manager_.UpdateCount());
EXPECT_EQ(7, semantics_manager_.UpdateCount());
EXPECT_EQ(2, semantics_manager_.CommitCount());
EXPECT_FALSE(semantics_manager_.DeleteOverflowed());
EXPECT_FALSE(semantics_manager_.UpdateOverflowed());
Expand Down

0 comments on commit 978371f

Please sign in to comment.