Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: components/arc/bluetooth/bluetooth_struct_traits_unittest.cc

Issue 2394153002: Bluetooth: Disabling test due to leak. (Closed)
Patch Set: 2ndTry Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/bluetooth/bluetooth_struct_traits_unittest.cc
diff --git a/components/arc/bluetooth/bluetooth_struct_traits_unittest.cc b/components/arc/bluetooth/bluetooth_struct_traits_unittest.cc
index 94adbbb734fcec269ca99865719cf36f560cc6ce..11a1439f1fdd326c48c719b443f51d054faf3328 100644
--- a/components/arc/bluetooth/bluetooth_struct_traits_unittest.cc
+++ b/components/arc/bluetooth/bluetooth_struct_traits_unittest.cc
@@ -67,7 +67,8 @@ TEST(BluetoothStructTraitsTest, DeserializeBluetoothUUID) {
// array<uint8, 16>.
}
-TEST(BluetoothStructTraitsTest, DeserializeBluetoothAdvertisement) {
+// Disabled due to memory leak, see http://crbug.com/653480.
+TEST(BluetoothStructTraitsTest, DISABLED_DeserializeBluetoothAdvertisement) {
arc::mojom::BluetoothAdvertisementPtr advertisement_mojo =
arc::mojom::BluetoothAdvertisement::New();
mojo::Array<arc::mojom::BluetoothAdvertisingDataPtr> adv_data;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698