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

Side by Side Diff: tests/chromium.12253015.json

Issue 108443003: Drop '2' from chromedriver2_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/commit-queue/
Patch Set: Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « tests/chromium.12208028.json ('k') | tests/chromium.12633013.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "__persistent_type__": "PendingQueue", 2 "__persistent_type__": "PendingQueue",
3 "pending_commits": { 3 "pending_commits": {
4 "12253015": { 4 "12253015": {
5 "__persistent_type__": "PendingCommit", 5 "__persistent_type__": "PendingCommit",
6 "base_url": "svn://svn.chromium.org/chrome/trunk/src", 6 "base_url": "svn://svn.chromium.org/chrome/trunk/src",
7 "description": "Fix dependency on scoped_ptr::reset sequencing in IndexedD B code.\n\nscoped_ptr<T>::reset() currently guarantees that it deletes the old\n stored pointer before assigning its argument to the stored pointer.\nThis is uns afe, because getting the deleter may result in the\ndestruction of the scoped_pt r<T> itself. unique_ptr<T> addresses this by\nassigning its argument to the stor ed pointer before deleting the old\nvalue of the stored pointer.\n\nUnfortunatel y, this breaks code that assumes that the value of the\nscoped_ptr will not chan ge during scoped_ptr::reset() before destruction\nof the old value is complete.\ n\nBUG=176091\n", 7 "description": "Fix dependency on scoped_ptr::reset sequencing in IndexedD B code.\n\nscoped_ptr<T>::reset() currently guarantees that it deletes the old\n stored pointer before assigning its argument to the stored pointer.\nThis is uns afe, because getting the deleter may result in the\ndestruction of the scoped_pt r<T> itself. unique_ptr<T> addresses this by\nassigning its argument to the stor ed pointer before deleting the old\nvalue of the stored pointer.\n\nUnfortunatel y, this breaks code that assumes that the value of the\nscoped_ptr will not chan ge during scoped_ptr::reset() before destruction\nof the old value is complete.\ n\nBUG=176091\n",
8 "files": [ 8 "files": [
9 "content/browser/in_process_webkit/indexed_db_dispatcher_host.cc", 9 "content/browser/in_process_webkit/indexed_db_dispatcher_host.cc",
10 "content/browser/in_process_webkit/indexed_db_dispatcher_host.h" 10 "content/browser/in_process_webkit/indexed_db_dispatcher_host.h"
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "ipc_tests", 201 "ipc_tests",
202 "interactive_ui_tests", 202 "interactive_ui_tests",
203 "jingle_unittests", 203 "jingle_unittests",
204 "media_unittests", 204 "media_unittests",
205 "net_unittests", 205 "net_unittests",
206 "ppapi_unittests", 206 "ppapi_unittests",
207 "printing_unittests", 207 "printing_unittests",
208 "sql_unittests", 208 "sql_unittests",
209 "sync_unit_tests", 209 "sync_unit_tests",
210 "unit_tests", 210 "unit_tests",
211 "chromedriver2_unittests", 211 "chromedriver_unittests",
212 "components_unittests", 212 "components_unittests",
213 "nacl_integration", 213 "nacl_integration",
214 "remoting_unittests", 214 "remoting_unittests",
215 "sandbox_linux_unittests", 215 "sandbox_linux_unittests",
216 "sync_integration_tests" 216 "sync_integration_tests"
217 ] 217 ]
218 }, 218 },
219 { 219 {
220 "__persistent_type__": "TryJobSteps", 220 "__persistent_type__": "TryJobSteps",
221 "builder_name": "linux_aura", 221 "builder_name": "linux_aura",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "media_unittests", 299 "media_unittests",
300 "net_unittests", 300 "net_unittests",
301 "ppapi_unittests", 301 "ppapi_unittests",
302 "printing_unittests", 302 "printing_unittests",
303 "sql_unittests", 303 "sql_unittests",
304 "sync_unit_tests", 304 "sync_unit_tests",
305 "unit_tests", 305 "unit_tests",
306 "chrome_frame_net_tests", 306 "chrome_frame_net_tests",
307 "chrome_frame_tests", 307 "chrome_frame_tests",
308 "chrome_frame_unittests", 308 "chrome_frame_unittests",
309 "chromedriver2_unittests", 309 "chromedriver_unittests",
310 "components_unittests", 310 "components_unittests",
311 "installer_util_unittests", 311 "installer_util_unittests",
312 "mini_installer_test", 312 "mini_installer_test",
313 "nacl_integration", 313 "nacl_integration",
314 "remoting_unittests", 314 "remoting_unittests",
315 "sync_integration_tests" 315 "sync_integration_tests"
316 ] 316 ]
317 }, 317 },
318 { 318 {
319 "__persistent_type__": "TryJobSteps", 319 "__persistent_type__": "TryJobSteps",
(...skipping 10 matching lines...) Expand all
330 "ipc_tests", 330 "ipc_tests",
331 "interactive_ui_tests", 331 "interactive_ui_tests",
332 "jingle_unittests", 332 "jingle_unittests",
333 "media_unittests", 333 "media_unittests",
334 "net_unittests", 334 "net_unittests",
335 "ppapi_unittests", 335 "ppapi_unittests",
336 "printing_unittests", 336 "printing_unittests",
337 "sql_unittests", 337 "sql_unittests",
338 "sync_unit_tests", 338 "sync_unit_tests",
339 "unit_tests", 339 "unit_tests",
340 "chromedriver2_unittests", 340 "chromedriver_unittests",
341 "components_unittests", 341 "components_unittests",
342 "nacl_integration", 342 "nacl_integration",
343 "remoting_unittests", 343 "remoting_unittests",
344 "sync_integration_tests" 344 "sync_integration_tests"
345 ] 345 ]
346 }, 346 },
347 { 347 {
348 "__persistent_type__": "TryJobTriggeredSteps", 348 "__persistent_type__": "TryJobTriggeredSteps",
349 "builder_name": "android_dbg_triggered_tests", 349 "builder_name": "android_dbg_triggered_tests",
350 "steps": { 350 "steps": {
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 "is_stewed": false, 550 "is_stewed": false,
551 "parent_key": null, 551 "parent_key": null,
552 "requested_steps": [ 552 "requested_steps": [
553 "base_unittests", 553 "base_unittests",
554 "browser_tests", 554 "browser_tests",
555 "cacheinvalidation_unittests", 555 "cacheinvalidation_unittests",
556 "check_deps", 556 "check_deps",
557 "chrome_frame_net_tests", 557 "chrome_frame_net_tests",
558 "chrome_frame_tests", 558 "chrome_frame_tests",
559 "chrome_frame_unittests", 559 "chrome_frame_unittests",
560 "chromedriver2_unittests", 560 "chromedriver_unittests",
561 "components_unittests", 561 "components_unittests",
562 "content_browsertests", 562 "content_browsertests",
563 "content_unittests", 563 "content_unittests",
564 "crypto_unittests", 564 "crypto_unittests",
565 "gpu_unittests", 565 "gpu_unittests",
566 "installer_util_unittests", 566 "installer_util_unittests",
567 "interactive_ui_tests", 567 "interactive_ui_tests",
568 "ipc_tests", 568 "ipc_tests",
569 "jingle_unittests", 569 "jingle_unittests",
570 "media_unittests", 570 "media_unittests",
(...skipping 19 matching lines...) Expand all
590 "update", 590 "update",
591 "apply_issue", 591 "apply_issue",
592 "runhooks", 592 "runhooks",
593 "cleanup_temp", 593 "cleanup_temp",
594 "compile", 594 "compile",
595 "start_crash_handler", 595 "start_crash_handler",
596 "interactive_ui_tests", 596 "interactive_ui_tests",
597 "check_deps", 597 "check_deps",
598 "base_unittests", 598 "base_unittests",
599 "cacheinvalidation_unittests", 599 "cacheinvalidation_unittests",
600 "chromedriver2_unittests", 600 "chromedriver_unittests",
601 "components_unittests", 601 "components_unittests",
602 "crypto_unittests", 602 "crypto_unittests",
603 "gpu_unittests", 603 "gpu_unittests",
604 "jingle_unittests", 604 "jingle_unittests",
605 "media_unittests", 605 "media_unittests",
606 "net_unittests", 606 "net_unittests",
607 "ppapi_unittests", 607 "ppapi_unittests",
608 "printing_unittests", 608 "printing_unittests",
609 "remoting_unittests", 609 "remoting_unittests",
610 "ipc_tests", 610 "ipc_tests",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 "clobber": false, 851 "clobber": false,
852 "completed": true, 852 "completed": true,
853 "init_time": 1360863146.4530151, 853 "init_time": 1360863146.4530151,
854 "is_stewed": false, 854 "is_stewed": false,
855 "parent_key": null, 855 "parent_key": null,
856 "requested_steps": [ 856 "requested_steps": [
857 "base_unittests", 857 "base_unittests",
858 "browser_tests", 858 "browser_tests",
859 "cacheinvalidation_unittests", 859 "cacheinvalidation_unittests",
860 "check_deps", 860 "check_deps",
861 "chromedriver2_unittests", 861 "chromedriver_unittests",
862 "components_unittests", 862 "components_unittests",
863 "content_browsertests", 863 "content_browsertests",
864 "content_unittests", 864 "content_unittests",
865 "crypto_unittests", 865 "crypto_unittests",
866 "gpu_unittests", 866 "gpu_unittests",
867 "interactive_ui_tests", 867 "interactive_ui_tests",
868 "ipc_tests", 868 "ipc_tests",
869 "jingle_unittests", 869 "jingle_unittests",
870 "media_unittests", 870 "media_unittests",
871 "nacl_integration", 871 "nacl_integration",
(...skipping 14 matching lines...) Expand all
886 "update_scripts", 886 "update_scripts",
887 "update", 887 "update",
888 "apply_issue", 888 "apply_issue",
889 "runhooks", 889 "runhooks",
890 "cleanup_temp", 890 "cleanup_temp",
891 "compile", 891 "compile",
892 "interactive_ui_tests", 892 "interactive_ui_tests",
893 "check_deps", 893 "check_deps",
894 "base_unittests", 894 "base_unittests",
895 "cacheinvalidation_unittests", 895 "cacheinvalidation_unittests",
896 "chromedriver2_unittests", 896 "chromedriver_unittests",
897 "components_unittests", 897 "components_unittests",
898 "crypto_unittests", 898 "crypto_unittests",
899 "gpu_unittests", 899 "gpu_unittests",
900 "jingle_unittests", 900 "jingle_unittests",
901 "media_unittests", 901 "media_unittests",
902 "net_unittests", 902 "net_unittests",
903 "ppapi_unittests", 903 "ppapi_unittests",
904 "printing_unittests", 904 "printing_unittests",
905 "remoting_unittests", 905 "remoting_unittests",
906 "sandbox_linux_unittests", 906 "sandbox_linux_unittests",
(...skipping 16 matching lines...) Expand all
923 "clobber": false, 923 "clobber": false,
924 "completed": true, 924 "completed": true,
925 "init_time": 1360863146.4530151, 925 "init_time": 1360863146.4530151,
926 "is_stewed": false, 926 "is_stewed": false,
927 "parent_key": null, 927 "parent_key": null,
928 "requested_steps": [ 928 "requested_steps": [
929 "base_unittests", 929 "base_unittests",
930 "browser_tests", 930 "browser_tests",
931 "cacheinvalidation_unittests", 931 "cacheinvalidation_unittests",
932 "check_deps", 932 "check_deps",
933 "chromedriver2_unittests", 933 "chromedriver_unittests",
934 "components_unittests", 934 "components_unittests",
935 "content_browsertests", 935 "content_browsertests",
936 "content_unittests", 936 "content_unittests",
937 "crypto_unittests", 937 "crypto_unittests",
938 "gpu_unittests", 938 "gpu_unittests",
939 "interactive_ui_tests", 939 "interactive_ui_tests",
940 "ipc_tests", 940 "ipc_tests",
941 "jingle_unittests", 941 "jingle_unittests",
942 "media_unittests", 942 "media_unittests",
943 "nacl_integration", 943 "nacl_integration",
(...skipping 14 matching lines...) Expand all
958 "update", 958 "update",
959 "apply_issue", 959 "apply_issue",
960 "runhooks", 960 "runhooks",
961 "update_clang", 961 "update_clang",
962 "cleanup_temp", 962 "cleanup_temp",
963 "compile", 963 "compile",
964 "interactive_ui_tests", 964 "interactive_ui_tests",
965 "check_deps", 965 "check_deps",
966 "base_unittests", 966 "base_unittests",
967 "cacheinvalidation_unittests", 967 "cacheinvalidation_unittests",
968 "chromedriver2_unittests", 968 "chromedriver_unittests",
969 "components_unittests", 969 "components_unittests",
970 "crypto_unittests", 970 "crypto_unittests",
971 "gpu_unittests", 971 "gpu_unittests",
972 "jingle_unittests", 972 "jingle_unittests",
973 "media_unittests", 973 "media_unittests",
974 "net_unittests", 974 "net_unittests",
975 "ppapi_unittests", 975 "ppapi_unittests",
976 "printing_unittests", 976 "printing_unittests",
977 "remoting_unittests", 977 "remoting_unittests",
978 "ipc_tests", 978 "ipc_tests",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 "test_report" 1082 "test_report"
1083 ], 1083 ],
1084 "tries": 0 1084 "tries": 0
1085 } 1085 }
1086 } 1086 }
1087 } 1087 }
1088 } 1088 }
1089 } 1089 }
1090 } 1090 }
1091 } 1091 }
OLDNEW
« no previous file with comments | « tests/chromium.12208028.json ('k') | tests/chromium.12633013.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698