Skip to content

Commit

Permalink
Add more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
JAicewizard committed Jul 3, 2024
1 parent 7776619 commit df6fdf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 271 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
ls /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64
which flutter
sed -i.bak 's/_lastEffectiveTransform = transform;/_lastEffectiveTransform = transform;print(transform);print(offset);/' /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter/lib/src/rendering/layer.dart
sed -i.bak 's/_lastEffectiveTransform = transform;/_lastEffectiveTransform = transform;print(transform);print(offset);print(_lastEffectiveTransform!.storage.every((double value) => value.isFinite));print(offset != Offset.zero);/' /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter/lib/src/rendering/layer.dart
- name: Run integration tests
run: |
flutter drive --driver=test_driver/integration_test.dart --target=integration_test/main.dart
270 changes: 0 additions & 270 deletions integration_test/album_screen_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -413,275 +413,5 @@ void testAlbum(IntegrationTestWidgetsFlutterBinding binding) {
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
testWidgets(
'can load an album with 1 photo',
getTestMethod(
binding,
),
);
});
}

0 comments on commit df6fdf2

Please sign in to comment.