Skip to content
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

flag_fuzzer managed to produce unexpected output #59727

Closed
derekxu16 opened this issue Dec 16, 2024 · 1 comment
Closed

flag_fuzzer managed to produce unexpected output #59727

derekxu16 opened this issue Dec 16, 2024 · 1 comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. dartfuzz Found with Dart fuzzing (DartFuzz, libFuzzer, etc.) gardening triaged Issue has been triaged by sub team

Comments

@derekxu16
Copy link
Member

https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket/8728425132939576785/+/u/collect_shards/dartfuzz_-_flags_shard_34/task_stdout_stderr:_dartfuzz_-_flags_shard_34

=== FAILURE ===
command: out/ReleaseX64/dart pkg/vm/bin/gen_kernel.dart --platform=out/DebugX64C/vm_platform_strong.dill --aot --output=out/dartfuzz/0.dill pkg/compiler/lib/src/dart2js.dart
command: out/DebugX64C/gen_snapshot --use_compactor --inlining_caller_size_threshold=47189 --no_background_compilation --use_slow_path --snapshot_kind=app-aot-elf --elf=out/dartfuzz/0.elf out/dartfuzz/0.dill
command: out/DebugX64C/dartaotruntime --profiler --profile_vm=true --sample_buffer_duration=47 --compactor_tasks=1 out/dartfuzz/0.elf --invoker=test --platform-binaries=out/ReleaseX64 --out=out/dartfuzz/0.js --no-source-maps pkg/compiler/lib/src/util/memory_compiler.dart
command: diff out/dartfuzz/expected.js out/dartfuzz/0.js
exitCode: 1
stdout:
61052c61052
<       t1.exclusiveTicks = A._asIntQ(t2 == null ? -1 : t2);
---
>       A._asIntQ(t2 == null ? -1 : t2);
61831c61831
<       _.$function = _.resolvedUrl = _.exclusiveTicks = _.inclusiveTicks = _.kind = null;
---
>       _.$function = _.resolvedUrl = _.inclusiveTicks = _.kind = null;
@derekxu16 derekxu16 added area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. gardening dartfuzz Found with Dart fuzzing (DartFuzz, libFuzzer, etc.) labels Dec 16, 2024
@a-siva a-siva added the triaged Issue has been triaged by sub team label Dec 18, 2024
@alexmarkov
Copy link
Contributor

Cannot reproduce.

@alexmarkov alexmarkov closed this as not planned Won't fix, can't repro, duplicate, stale Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. dartfuzz Found with Dart fuzzing (DartFuzz, libFuzzer, etc.) gardening triaged Issue has been triaged by sub team
Projects
None yet
Development

No branches or pull requests

3 participants