-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
standalone/FileTest broken on vm-win32-release #300
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
Comments
Added Accepted label. |
Added Fixed label. |
peter-ahe-google
added
Type-Defect
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
labels
Nov 2, 2011
pq
added a commit
that referenced
this issue
Sep 6, 2016
* Updated tests to use package `test` (#302). * Fixed false positive on `[]=` in `always_declare_return_types` (#300). * New `invariant_booleans` lint. * New `literal_only_boolean_expressions` lint. * Fixed `camel_case_types` to allow `$` in identifiers (#290). BUG= R=brianwilkerson@google.com Review URL: https://codereview.chromium.org/2309333002 .
This was referenced Oct 29, 2020
copybara-service bot
pushed a commit
that referenced
this issue
Jul 27, 2023
…st, vector_math. Revisions updated by `dart tools/rev_sdk_deps.dart`. collection (https://github.com/dart-lang/collection/compare/db343da..0a2885a): 0a2885a 2023-07-25 Devon Carew prep for publishing 1.18.0 (#299) dartdoc (https://github.com/dart-lang/dartdoc/compare/a04ac3e..1cf8870): 1cf88707 2023-07-26 Sam Rawlins Convert 'p' prefixes to 'path' in tool/ (#3472) d44c8056 2023-07-26 Sam Rawlins Move a few more grinder tasks to package:args commands (#3468) f66eb72d 2023-07-26 Sam Rawlins Use path as import prefix in lib/ and test/ (#3471) 34441f21 2023-07-25 Sam Rawlins Move flutter-doc tasks to package:args; remove unused grinder tasks (#3466) ecosystem (https://github.com/dart-lang/ecosystem/compare/27ff3e9..97fc1a7): 97fc1a7 2023-07-25 Moritz Fix comment posting from forks (#144) test (https://github.com/dart-lang/test/compare/37e54e3..7f81dee): 7f81deea 2023-07-24 Nate Bosch Drop the Condition abstraction (#1956) vector_math (https://github.com/google/vector_math.dart/compare/048777a..88bada3): 88bada3 2023-07-26 John McCutchan Revert "Fix rotation around Y axis (#262)" (#300) Change-Id: Ib7bc8c1bab60450e6b328c3075207adef4cf642b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/316621 Commit-Queue: Devon Carew <devoncarew@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
=== releaseia32 vm standalone/FileTest ===
Path: standalone/FileTest
--- stderr ---
An unhandled exception has been thrown
FileIOException: Cannot open file: runtime/tests/vm/data/fixed_length_file_out
0. Function: '_File@689f3ad.openSync' url: './dart:builtin-lib' line:857 col:7
1. Function: 'FileTest.testReadWriteSync' url: 'e:\b\build\slave\vm-win32-release\build\tests\standalone\src\FileTest.dart' line:201 col:18
2. Function: 'FileTest.testMain' url: 'e:\b\build\slave\vm-win32-release\build\tests\standalone\src\FileTest.dart' line:540 col:39
3. Function: 'main' url: 'e:\b\build\slave\vm-win32-release\build\tests\standalone\src\FileTest.dart' line:555 col:20
Command: e:\b\build\slave\vm-win32-release\build\runtime\Release_ia32\dart_bin --ignore-unrecognized-flags --optimize e:\b\build\slave\vm-win32-release\build\tests\standalone\src\FileTest.dart
The text was updated successfully, but these errors were encountered: