Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Side by Side Diff: runtime/bin/fuchsia_vm_tests.txt

Issue 2204523002: Fuchsia: Use low-level prng call, add test, update test runner. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/sdk/@master
Patch Set: Fix bug Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « runtime/bin/crypto_test.cc ('k') | runtime/bin/platform_fuchsia.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 GetRandomBytes
1 CircularLinkedList 2 CircularLinkedList
2 Read 3 Read
3 FileLength 4 FileLength
4 FilePosition 5 FilePosition
5 Set 6 Set
6 StackAllocatedDestruction 7 StackAllocatedDestruction
7 StackAllocatedLongJump 8 StackAllocatedLongJump
8 StackResourceDestruction 9 StackResourceDestruction
9 StackResourceLongJump 10 StackResourceLongJump
10 StoreIntoObject 11 StoreIntoObject
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 IsolateReload_SmiFastPathStubs 505 IsolateReload_SmiFastPathStubs
505 IsolateReload_ImportedMixinFunction 506 IsolateReload_ImportedMixinFunction
506 IsolateReload_TopLevelParseError 507 IsolateReload_TopLevelParseError
507 IsolateReload_PendingUnqualifiedCall_StaticToInstance 508 IsolateReload_PendingUnqualifiedCall_StaticToInstance
508 IsolateReload_PendingUnqualifiedCall_InstanceToStatic 509 IsolateReload_PendingUnqualifiedCall_InstanceToStatic
509 IsolateReload_PendingConstructorCall_AbstractToConcrete 510 IsolateReload_PendingConstructorCall_AbstractToConcrete
510 IsolateReload_PendingConstructorCall_ConcreteToAbstract 511 IsolateReload_PendingConstructorCall_ConcreteToAbstract
511 IsolateReload_PendingStaticCall_DefinedToNSM 512 IsolateReload_PendingStaticCall_DefinedToNSM
512 IsolateReload_PendingStaticCall_NSMToDefined 513 IsolateReload_PendingStaticCall_NSMToDefined
513 IsolateReload_PendingSuperCall 514 IsolateReload_PendingSuperCall
515 IsolateReload_TearOff_Equality
516 IsolateReload_TearOff_List_Set
514 IsolateReload_EnumEquality 517 IsolateReload_EnumEquality
515 IsolateReload_EnumIdentical 518 IsolateReload_EnumIdentical
516 IsolateReload_EnumReorderIdentical 519 IsolateReload_EnumReorderIdentical
517 IsolateReload_EnumAddition 520 IsolateReload_EnumAddition
518 IsolateReload_EnumToNotEnum 521 IsolateReload_EnumToNotEnum
519 IsolateReload_NotEnumToEnum 522 IsolateReload_NotEnumToEnum
520 IsolateReload_EnumDelete 523 IsolateReload_EnumDelete
521 IsolateReload_EnumIdentityReload 524 IsolateReload_EnumIdentityReload
522 IsolateReload_ConstantIdentical 525 IsolateReload_ConstantIdentical
523 IsolateReload_EnumValuesToString 526 IsolateReload_EnumValuesToString
524 IsolateReload_DirectSubclasses_Success 527 IsolateReload_DirectSubclasses_Success
525 IsolateReload_DirectSubclasses_GhostSubclass 528 IsolateReload_DirectSubclasses_GhostSubclass
526 IsolateReload_DirectSubclasses_Failure 529 IsolateReload_DirectSubclasses_Failure
530 IsolateReload_ChangeInstanceFormat0
531 IsolateReload_ChangeInstanceFormat1
532 IsolateReload_ChangeInstanceFormat2
533 IsolateReload_ChangeInstanceFormat3
534 IsolateReload_ChangeInstanceFormat4
535 IsolateReload_ChangeInstanceFormat5
536 IsolateReload_ChangeInstanceFormat6
537 IsolateReload_ChangeInstanceFormat7
538 IsolateReload_NoLibsModified
539 IsolateReload_MainLibModified
540 IsolateReload_ImportedLibModified
541 IsolateReload_PrefixImportedLibModified
527 IsolateCurrent 542 IsolateCurrent
528 IsolateSpawn 543 IsolateSpawn
529 StackLimitInterrupts 544 StackLimitInterrupts
530 NoOOBMessageScope 545 NoOOBMessageScope
531 JSON_TextBuffer 546 JSON_TextBuffer
532 JSON_JSONStream_Primitives 547 JSON_JSONStream_Primitives
533 JSON_JSONStream_Array 548 JSON_JSONStream_Array
534 JSON_JSONStream_Object 549 JSON_JSONStream_Object
535 JSON_JSONStream_NestedObject 550 JSON_JSONStream_NestedObject
536 JSON_JSONStream_ObjectArray 551 JSON_JSONStream_ObjectArray
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 Dart2JSCompileAll 921 Dart2JSCompileAll
907 FrameLookup 922 FrameLookup
908 CoreSnapshotSize 923 CoreSnapshotSize
909 StandaloneSnapshotSize 924 StandaloneSnapshotSize
910 CreateMirrorSystem 925 CreateMirrorSystem
911 EnterExitIsolate 926 EnterExitIsolate
912 SerializeNull 927 SerializeNull
913 SerializeSmi 928 SerializeSmi
914 SimpleMessage 929 SimpleMessage
915 LargeMap 930 LargeMap
OLDNEW
« no previous file with comments | « runtime/bin/crypto_test.cc ('k') | runtime/bin/platform_fuchsia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698