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

Unified Diff: ppapi/native_client/tests/ppapi_simple_tests/ppapi_geturl_valid.stdin

Issue 11358131: NaCl: remove dead tests and files from the SCons build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: ppapi/native_client/tests/ppapi_simple_tests/ppapi_geturl_valid.stdin
diff --git a/ppapi/native_client/tests/ppapi_simple_tests/ppapi_geturl_valid.stdin b/ppapi/native_client/tests/ppapi_simple_tests/ppapi_geturl_valid.stdin
deleted file mode 100644
index d4696b2a5713d7c8507f99f7c3996a3485754f09..0000000000000000000000000000000000000000
--- a/ppapi/native_client/tests/ppapi_simple_tests/ppapi_geturl_valid.stdin
+++ /dev/null
@@ -1,151 +0,0 @@
-# define a bunch of variables for readability
-
-set_variable MODULE i(4444)
-set_variable INSTANCE i(5555)
-
-# Tags used by pepper/srpc to marshall js parameters
-set_variable JS_STR 4:5
-set_variable JS_INT 4:2
-
-# NOTE: the strings below must not contain unescaped spaces or commas
-set_variable ARG_loadUrl ${JS_STR},4:7,"loadUrl",1:0
-set_variable ARG_ReportResult ${JS_STR},4:12,"ReportResult",4:0
-
-set_variable ARG_URL ${JS_STR},4:25,"ppapi_geturl_success.html",7:0
-set_variable ARG_URL_FULL ${JS_STR},4:47,"http://localhost:5103/ppapi_geturl_success.html",1:0
-
-set_variable ARG_GET ${JS_STR},4:3,"GET",5:0
-
-set_variable ARG_SUCC ${JS_STR},4:12,"hello\x20world!",4:0
-set_variable ARG_0 ${JS_INT},4:0
-set_variable ARG_1 ${JS_INT},4:1
-
-set_variable WINDOW R(24,8:6,8:0x9f,8:0x5f29)
-# TODO(robertm) figure out what this represents, maybe PP_Var
-set_variable EXCEPTION R(8,8:0)
-set_variable NULL R(8,8:0)
-
-echo
-echo "*** INIT MODULE"
-replay 99 PPB_GetInterface:s:i s("PPB_Core;1.0") * i(1)
-replay 99 PPB_GetInterface:s:i s("PPB_Instance;1.0") * i(1)
-replay 99 PPB_GetInterface:s:i s("PPB_Var;1.0") * i(1)
-# the results contain a process id which is non-determinisitic
-rpc PPP_InitializeModule hide-results i(0) ${MODULE} h(pepper_desc) s("${service_string}") * i(0) i(0)
-
-echo
-echo "*** TRIGGER REPAINT"
-rpc PPP_Instance_DidChangeView ${INSTANCE} I(4,8,79,400,400) I(4,0,0,400,400) *
-# leave time for flush of stdout
-
-echo
-echo "*** GET INSTANCE OBJECT"
-rpc PPP_Instance_GetInstanceObject hide-results ${INSTANCE} * C(16)
-# save result to variable and also register it as non-deterministic
-set_variable OBJECT ${result0}
-nondeterministic ${result0} @THE_OBJECT
-
-######################################################################
-## URL (buffer)
-######################################################################
-
-echo
-echo "*** CALL loadUrl(): as buffer"
-replay 1 PPB_GetInterface:s:i s("PPB_URLRequestInfo;1.0") * i(1)
-replay 1 PPB_GetInterface:s:i s("PPB_URLResponseInfo;1.0") * i(1)
-replay 1 PPB_GetInterface:s:i s("PPB_URLLoader;1.0") * i(1)
-replay 1 PPB_GetInterface:s:i s("PPB_FileIO;1.0") * i(1)
-
-replay 1 PPB_FileIO_Create:i:i ${INSTANCE} * i(35)
-replay 1 PPB_URLRequestInfo_Create:i:i ${INSTANCE} * i(30)
-replay 1 PPB_URLLoader_Create:i:i ${INSTANCE} * i(34)
-
-replay 1 PPB_FileIO_IsFileIO:i:i i(35) * i(1)
-replay 1 PPB_URLRequestInfo_IsURLRequestInfo:i:i i(35) * i(0)
-replay 1 PPB_URLResponseInfo_IsURLResponseInfo:i:i i(35) * i(0)
-replay 1 PPB_URLLoader_IsURLLoader:i:i i(35) * i(0)
-
-replay 1 PPB_URLRequestInfo_IsURLRequestInfo:i:i i(30) * i(1)
-replay 1 PPB_URLResponseInfo_IsURLResponseInfo:i:i i(30) * i(0)
-replay 1 PPB_URLLoader_IsURLLoader:i:i i(30) * i(0)
-replay 1 PPB_FileIO_IsFileIO:i:i i(30) * i(0)
-
-replay 1 PPB_URLRequestInfo_IsURLRequestInfo:i:i i(34) * i(0)
-replay 1 PPB_URLResponseInfo_IsURLResponseInfo:i:i i(34) * i(0)
-replay 1 PPB_URLLoader_IsURLLoader:i:i i(34) * i(1)
-replay 1 PPB_FileIO_IsFileIO:i:i i(34) * i(0)
-
-replay 1 PPB_URLRequestInfo_SetProperty:iiC:i i(30) i(0) R(40,${ARG_URL}) * i(1)
-replay 1 PPB_URLRequestInfo_SetProperty:iiC:i i(30) i(1) R(16,${ARG_GET}) * i(1)
-replay 1 PPB_URLRequestInfo_SetProperty:iiC:i i(30) i(3) R(8,${ARG_0}) * i(1)
-
-replay 1 PPB_URLLoader_Open:iii:i i(34) i(30) i(1) * i(-1)
-rpc Call ${OBJECT} R(16,${ARG_loadUrl}) i(2) R(48,${ARG_URL},${ARG_0}) ${NULL} * C(8) C(8)
-
-echo
-echo "*** async response part1"
-replay 1 PPB_URLLoader_GetResponseInfo:i:i i(34) * i(38)
-replay 1 PPB_FileIO_IsFileIO:i:i i(38) * i(0)
-replay 1 PPB_URLRequestInfo_IsURLRequestInfo:i:i i(38) * i(0)
-replay 1 PPB_URLResponseInfo_IsURLResponseInfo:i:i i(38) * i(1)
-replay 1 PPB_URLLoader_IsURLLoader:i:i i(38) * i(0)
-replay 1 PPB_URLResponseInfo_GetProperty:ii:C i(38) i(0) * R(56,${ARG_URL_FULL})
-replay 1 PPB_URLResponseInfo_GetProperty:ii:C i(38) i(3) * R(8,4:3,4:200)
-replay 1 PPB_URLLoader_ReadResponseBody:iii:Ci i(34) i(1024) i(2) * C(0,) i(-1)
-rpc RunCompletionCallback i(1) i(0) C(0,) *
-
-echo
-echo "*** async response part2"
-replay 1 PPB_URLLoader_ReadResponseBody:iii:Ci i(34) i(1024) i(3) * C(0,) i(-1)
-rpc RunCompletionCallback i(2) i(12) C(12,hello\x20world!) *
-
-######################################################################
-## URL (file)
-######################################################################
-
-echo
-echo "*** CALL loadUrl(): as file"
-replay 1 PPB_GetInterface:s:i s("PPB_FileIO;1.0") * i(1)
-replay 1 PPB_GetInterface:s:i s("PPB_URLRequestInfo;1.0") * i(1)
-replay 1 PPB_GetInterface:s:i s("PPB_URLResponseInfo;1.0") * i(1)
-replay 1 PPB_GetInterface:s:i s("PPB_URLLoader;1.0") * i(1)
-
-replay 1 PPB_URLLoader_Create:i:i ${INSTANCE} * i(34)
-replay 1 PPB_URLRequestInfo_Create:i:i ${INSTANCE} * i(30)
-replay 1 PPB_FileIO_Create:i:i ${INSTANCE} * i(66)
-
-replay 1 PPB_FileIO_IsFileIO:i:i i(66) * i(1)
-replay 1 PPB_URLLoader_IsURLLoader:i:i i(66) * i(0)
-replay 1 PPB_URLResponseInfo_IsURLResponseInfo:i:i i(66) * i(0)
-replay 1 PPB_URLRequestInfo_IsURLRequestInfo:i:i i(66) * i(0)
-
-replay 1 PPB_FileIO_IsFileIO:i:i i(30) * i(0)
-replay 1 PPB_URLResponseInfo_IsURLResponseInfo:i:i i(30) * i(0)
-replay 1 PPB_URLRequestInfo_IsURLRequestInfo:i:i i(30) * i(1)
-replay 1 PPB_URLLoader_IsURLLoader:i:i i(30) * i(0)
-
-replay 1 PPB_FileIO_IsFileIO:i:i i(34) * i(0)
-replay 1 PPB_URLRequestInfo_IsURLRequestInfo:i:i i(34) * i(0)
-replay 1 PPB_URLResponseInfo_IsURLResponseInfo:i:i i(34) * i(0)
-replay 1 PPB_URLLoader_IsURLLoader:i:i i(34) * i(1)
-
-replay 1 PPB_URLRequestInfo_SetProperty:iiC:i i(30) i(0) R(40,${ARG_URL}) * i(1)
-replay 1 PPB_URLRequestInfo_SetProperty:iiC:i i(30) i(1) R(16,${ARG_GET}) * i(1)
-replay 1 PPB_URLRequestInfo_SetProperty:iiC:i i(30) i(3) R(8,${ARG_1}) * i(1)
-
-replay 1 PPB_URLLoader_Open:iii:i i(34) i(30) i(4) * i(-1)
-
-replay 1 PPB_Core_ReleaseResource:i: i(30) *
-replay 1 PPB_Core_ReleaseResource:i: i(34) *
-replay 1 PPB_Core_ReleaseResource:i: i(66) *
-
-replay 1 Call:CCiCC:CC R(16,8:0x9f,8:0x5f29) R(24,${ARG_ReportResult}) i(4) R(80,${ARG_URL},${ARG_1},${ARG_SUCC},${ARG_1}) ${NULL} * ${NULL} ${NULL}
-
-rpc Call ${OBJECT} R(16,${ARG_loadUrl}) i(2) R(48,${ARG_URL},${ARG_1}) ${NULL} * C(8) C(8)
-
-######################################################################
-## EPILOG
-######################################################################
-echo
-echo "*** DONE"
-rpc PPP_ShutdownModule *

Powered by Google App Engine
This is Rietveld 408576698