dart-archive / sdk

The Dartino project was an experiment seeking to improve productivity when writing application code for embedded devices.
https://dartino.org
Other
330 stars 36 forks source link

The test dartino_tests/cli_debugger_tests_snapshot/debugger_list_processes can fail #517

Open sgjesse opened 8 years ago

sgjesse commented 8 years ago

From: https://build.chromium.org/p/client.fletch/builders/dartino-linux-debug-x86/builds/1025/steps/Test%20DebugIA32/logs/stdio.

FAILED: none-dartino_tests debug_ia32 dartino_tests/cli_debugger_tests_snapshot/debugger_list_processes
Expected: Pass 
Actual: Fail
CommandOutput[dartino_test]:
  stdout: Not available
  stderr:
     Expect.equals(expected: <0>, actual: <253>) fails.
     #0      Expect._fail (package:expect/expect.dart:385:5)
     #1      Expect.equals (package:expect/expect.dart:102:5)
     #2      SnapshotTestcontext.setupProcess.<setupProcess_async_body> (file:///mnt/data/b/build/slave/dartino-linux-debug-x86/build/sdk/tests/cli_tests/interactive_debugger_tests.dart:219:12)
     #3      _asyncThenWrapperHelper.<anonymous closure> (dart:async-patch/async_patch.dart:27)
     #4      _rootRunUnary (dart:async/zone.dart:902)
     #5      _CustomZone.runUnary (dart:async/zone.dart:798)
     #6      _Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:551)
     #7      _Future._propagateToListeners (dart:async/future_impl.dart:637)
     #8      _Future._completeWithValue (dart:async/future_impl.dart:424)
     #9      _Future._asyncComplete.<anonymous closure> (dart:async/future_impl.dart:479)
     #10     _rootRun (dart:async/zone.dart:895)
     #11     _CustomZone.run (dart:async/zone.dart:790)
     #12     _CustomZone.runGuarded (dart:async/zone.dart:696)
     #13     _CustomZone.bindCallback.<anonymous closure> (dart:async/zone.dart:721)
     #14     _microtaskLoop (dart:async/schedule_microtask.dart:41)
     #15     _startMicrotaskLoop (dart:async/schedule_microtask.dart:50)
     #16     _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:96)
     #17     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:149)

  exitcode: 0

Command[dartino_test]: DartinoTestCommand(cli_debugger_tests_snapshot/debugger_list_processes)
Took 0:00:06.570147

Short reproduction command (experimental):
    python tools/test.py --kill-persistent-process=0 --run-gclient-hooks=0 --build-before-testing=0 -rdartino_tests -t60 dartino_tests/cli_debugger_tests_snapshot/debugger_list_processes