Fixed
Status Update
Comments
je...@google.com <je...@google.com>
[Deleted User] <[Deleted User]> #2
I am also on Catalina if it helps.
ga...@google.com <ga...@google.com> #3
I'm also affected but I'm on Windows10. can confirm it on version 4.0 Canary 9
xa...@google.com <xa...@google.com> #4
Happening on junit tests for me as well.
Android Studio 3.6 RC 1
Build #AI-192.7142.36.36.6071332, built on December 13, 2019
Runtime version: 1.8.0_212-release-1586-b4-5784211 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.15.2
GC: ParNew, ConcurrentMarkSweep
Memory: 1237M
Cores: 16
Registry: ide.new.welcome.screen.force=true, ide.tooltip.initialDelay=600
Non-Bundled Plugins: IdeaVIM, org.jetbrains.kotlin, com.squareup.sqldelight
Android Studio 3.6 RC 1
Build #AI-192.7142.36.36.6071332, built on December 13, 2019
Runtime version: 1.8.0_212-release-1586-b4-5784211 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.15.2
GC: ParNew, ConcurrentMarkSweep
Memory: 1237M
Cores: 16
Registry: ide.new.welcome.screen.force=true, ide.tooltip.initialDelay=600
Non-Bundled Plugins: IdeaVIM, org.jetbrains.kotlin, com.squareup.sqldelight
cm...@google.com <cm...@google.com> #5
I'm not yet able to repro this using MvRx project.
Any additional info any of you have to help us repro this would be useful. Such as:
- Is this happening to Java as well as Kotlin tests?
- How did you start the test run exactly? Through clicking the run button at the top bar, or the run button in the gutter next to the test class/method name, or through context menu in the project view?
- Please attach idea.log of when this reproes for you.
Thanks!
Any additional info any of you have to help us repro this would be useful. Such as:
- Is this happening to Java as well as Kotlin tests?
- How did you start the test run exactly? Through clicking the run button at the top bar, or the run button in the gutter next to the test class/method name, or through context menu in the project view?
- Please attach idea.log of when this reproes for you.
Thanks!
ja...@google.com <ja...@google.com> #6
1) I ran StateStoreTest by clicking the arrow next to the class name. Tests passed
2) I changed the expected value for the first assert in testSubscribeNotCalledForNoop from 1 to 2
3) I reran the tests with control + r. Tests passed
4) I reran them again and they correctly failed (because I changed the assert)
I also ran YourKit. Out of the last 2 runs, the 2nd to last ran with out of date sources and incorrectly passed. The last run incorrectly failed.
2) I changed the expected value for the first assert in testSubscribeNotCalledForNoop from 1 to 2
3) I reran the tests with control + r. Tests passed
4) I reran them again and they correctly failed (because I changed the assert)
I also ran YourKit. Out of the last 2 runs, the 2nd to last ran with out of date sources and incorrectly passed. The last run incorrectly failed.
cm...@google.com <cm...@google.com> #7
Thanks, I'm able to repro this now.
Description
AI-182.4505.22.33.5026711, JRE 1.8.0_152-release-1248-b01x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.13.6 unknown, screens 2560x1440, 1920x1080, 1680x1050
Android Gradle Plugin: 3.3.0-alpha11
Gradle: 4.10
NDK: from local.properties: 18.0.4951716-beta2; latest from SDK: (not found);
After upgrading to 3.3 Alpha 12, one of my modules fails with the following error:
Failed to capture fingerprint of input files for task ':august-commons:generateDebugR2' property '$1' during up-to-date check.
> Could not get file details of /Users/parthpadgaonkar/luna/august-commons/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/generateDebugRFile/R.jar/com/august/luna/commons/R.java: could not stat file (errno 20: Not a directory)
The full stacktrace is attached.
Note: this only occurs when `android.enableSeparateRClassCompilation = true`. When it's set to false, this error does not occur.
(I know this means that it's probably a Butterknife plugin issue, but since it's cropped up in the upgrade to AGP Alpha 12, I'm filing this bug)