Home
last modified time | relevance | path

Searched full:failed (Results 1 – 25 of 498) sorted by relevance

12345678910>>...20

/arkcompiler/runtime_core/tests/cts-generator/runner/
Dresult.rb20 failed: { cnt: 0, files: [] },
71 @@stats[:failed][:cnt] += 1
72 @@stats[:failed][:files] << file
79 @@stats[:failed][:cnt] += 1
80 @@stats[:failed][:files] << file
87 @@stats[:failed][:cnt] += 1
88 @@stats[:failed][:files] << file
97 @@stats[:failed][:cnt] += 1
98 @@stats[:failed][:files] << file
124 TestRunner::log 1, 'Failed:'
[all …]
/arkcompiler/toolchain/websocket/
Dwebsocket.cpp33 LOGE("SendReply failed, websocket not connected"); in SendReply()
64 LOGE("SendReply: memcpy_s failed"); in SendReply()
69 LOGE("SendReply: send failed"); in SendReply()
77 LOGE("Handshake failed: lack of necessary info"); in HttpProtocolDecode()
126 LOGE("HandleFrame: Recv payloadLen == 126 failed"); in HandleFrame()
132 LOGE("HandleFrame: memcpy_s failed"); in HandleFrame()
139 LOGE("HandleFrame: Recv payloadLen > 127 failed"); in HandleFrame()
158 LOGE("DecodeMessage: Recv maskingkey failed"); in DecodeMessage()
163 LOGE("DecodeMessage: Recv message with mask failed"); in DecodeMessage()
174 LOGE("DecodeMessage: Recv message without mask failed"); in DecodeMessage()
[all …]
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
Dtest_reporter.rb74 @logger.log 1, "TEST FAILED: #{@pa_file}"
75 @logger.log 1, 'Compilation failed.'
80 @logger.log 1, "TEST FAILED: #{@pa_file}"
81 @logger.log 1, 'Quickening failed.'
86 @logger.log 1, "TEST FAILED: #{@pa_file}"
93 @logger.log 2, 'Compilation failed, as expected.'
104 @logger.log 1, "TEST FAILED: #{@pa_file}"
110 @logger.log 1, "TEST FAILED: #{@pa_file}"
116 @logger.log 1, "TEST FAILED: #{@pa_file}"
123 @logger.log 1, "TEST FAILED: #{@pa_file}"
Djtr_reporter.rb32 @status = 'Failed.'
66 @logger.log 1, 'result: Failed.'
100 @status = 'Failed. Failed to compile'
105 @status = 'Failed. Test is compiled, but should be rejected.'
110 @status = 'Passed. Test failed to compile, as expected.'
120 @status = "Failed. Exit code: #{status}, but expected failure."
125 @status = "Failed. Verifier exit code: #{status}, but expected failure."
130 @status = "Failed. Exit code: #{status}."
136 @status = "Failed. Verifier exit code: #{status}."
Dallure_reporter.rb28 @status = 'failed'
49 @status = 'failed'
54 'status' => 'failed',
106 set_failure('Failed to compile.')
/arkcompiler/runtime_core/libziparchive/
Dzip_archive.cpp36 LOG(ERROR, ZIPARCHIVE) << "OpenArchive failed, filename is " << path; in OpenArchive()
46 LOG(ERROR, ZIPARCHIVE) << "OpenArchive failed from FILE *fp"; in OpenArchiveFile()
114 LOG(ERROR, ZIPARCHIVE) << "unzGetCurrentFileInfo failed!"; in GetCurrentFileInfo()
124 LOG(ERROR, ZIPARCHIVE) << "OpenCurrentFile failed!"; in OpenCurrentFile()
139 LOG(ERROR, ZIPARCHIVE) << "CloseCurrentFile failed!"; in CloseCurrentFile()
149 LOG(ERROR, ZIPARCHIVE) << "ExtractToMemory failed!"; in ExtractToMemory()
162 LOG(ERROR, ZIPARCHIVE) << "CreateArchive failed, zipname is " << zipname; in CreateOrAddFileIntoZip()
169 …LOG(ERROR, ZIPARCHIVE) << "zipOpenNewFileInZip failed!, zipname is" << zipname << ", filename is "… in CreateOrAddFileIntoZip()
174 …LOG(ERROR, ZIPARCHIVE) << "zipWriteInFileInZip failed!, zipname is" << zipname << ", filename is "… in CreateOrAddFileIntoZip()
179 …LOG(ERROR, ZIPARCHIVE) << "zipCloseFileInZip failed!, zipname is" << zipname << ", filename is " <… in CreateOrAddFileIntoZip()
[all …]
/arkcompiler/runtime_core/dprof/libdprof/dprof/ipc/
Dipc_unix_socket.cpp38 PLOG(ERROR, DPROF) << "setsockopt() failed"; in CreateUnixServerSocket()
45 PLOG(ERROR, DPROF) << "CreateUnixServerSocket memset_s failed"; in CreateUnixServerSocket()
50 PLOG(ERROR, DPROF) << "CreateUnixServerSocket memcpy_s failed"; in CreateUnixServerSocket()
55 PLOG(ERROR, DPROF) << "bind() failed"; in CreateUnixServerSocket()
60 PLOG(ERROR, DPROF) << "listen() failed"; in CreateUnixServerSocket()
71 PLOG(ERROR, DPROF) << "socket() failed"; in CreateUnixClientSocket()
78 PLOG(ERROR, DPROF) << "CreateUnixClientSocket memset_s failed"; in CreateUnixClientSocket()
83 PLOG(ERROR, DPROF) << "CreateUnixClientSocket memcpy_s failed"; in CreateUnixClientSocket()
88 PLOG(ERROR, DPROF) << "connect() failed"; in CreateUnixClientSocket()
103 PLOG(ERROR, DPROF) << "send() failed"; in SendAll()
[all …]
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
DREADME.md92 Failed: 3
114 Assertion `catch_begin->IsCatchBegin()' failed.\n"
120 Assertion inst->GetType() != DataType::REFERENCE && cond_val' failed."
131 usage: Compare benchmark results [-h] --old JSON_FILE_PATH --new JSON_FILE_PATH --failed JSON_FILE_…
137 --failed JSON_FILE_PATH
144 bytecode_optimizer/tests/benchmark/compare.py --old=reference.json --new=new.json --failed=error.js…
168 Failed tests on baseline: 1
169 Failed tests compared to baseline: 0
Dcompare.py28 parser.add_argument("--failed", metavar="JSON_FILE_PATH", required=False,
114 \n Failed tests on baseline: {:d}\
115 \n Failed tests compared to baseline: {:d}\
130 if args.failed:
131 with open(args.failed, 'w') as fp:
/arkcompiler/ets_runtime/ecmascript/mem/
Dnative_area_allocator.cpp37 LOG_ECMA_MEM(FATAL) << "malloc failed, current alloc size = " << capacity in AllocateArea()
43 LOG_FULL(FATAL) << "memset_s failed"; in AllocateArea()
67 LOG_FULL(FATAL) << "memset_s failed"; in FreeArea()
83 LOG_FULL(FATAL) << "memset_s failed"; in Free()
100 LOG_ECMA_MEM(FATAL) << "malloc failed, current alloc size = " << size in AllocateBuffer()
106 LOG_FULL(FATAL) << "memset_s failed"; in AllocateBuffer()
124 LOG_FULL(FATAL) << "memset_s failed"; in FreeBuffer()
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.cpp118 LOG(FATAL, COMMON) << "RWLock destruction failed; state_ is non zero!"; in ~RWLock()
121 LOG(FATAL, COMMON) << "RWLock destruction failed; RWLock has an owner!"; in ~RWLock()
124 LOG(FATAL, COMMON) << "RWLock destruction failed; RWLock has waiters!"; in ~RWLock()
149 // WaitBrieflyFor failed, go to futex wait in WriteLock()
158 LOG(FATAL, COMMON) << "Futex wait failed!"; in WriteLock()
181 // WaitBrieflyFor failed, go to futex wait in HandleReadLockWait()
188 LOG(FATAL, COMMON) << "Futex wait failed!"; in HandleReadLockWait()
209 // RWLock is Write held, trylock failed. in TryReadLock()
232 // RWLock is held, trylock failed. in TryWriteLock()
287 LOG(FATAL, COMMON) << "CondVar destruction failed; waiters_ is non zero!"; in ~ConditionVariable()
[all …]
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/
Dtest_helper.h28 std::cerr << "ExpectEqual failed" << std::endl; in ExpectEqual()
37 std::cerr << "ExpectNotEqual failed" << std::endl; in ExpectNotEqual()
45 std::cerr << "ExpectTrue failed" << std::endl; in ExpectTrue()
53 std::cerr << "ExpectFalse failed" << std::endl; in ExpectFalse()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dsignal.h34 LOG_IF(::sigemptyset(&sigset_) == -1, FATAL, COMMON) << "sigemptyset failed";
45 LOG_IF(::sigaddset(&sigset_, sig) == -1, FATAL, COMMON) << "sigaddset failed"; in Add()
50 LOG_IF(::sigdelset(&sigset_, sig) == -1, FATAL, COMMON) << "sigaddset failed"; in Delete()
56 LOG_IF(ret == -1, FATAL, COMMON) << "sigismember failed"; in IsExist()
62 …(::pthread_sigmask(SIG_BLOCK, &sigset_, nullptr) == -1, FATAL, COMMON) << "pthread_sigmask failed"; in Block()
67 …:pthread_sigmask(SIG_UNBLOCK, &sigset_, nullptr) == -1, FATAL, COMMON) << "pthread_sigmask failed"; in Unblock()
73 … LOG_IF(PANDA_FAILURE_RETRY(sigwait(&sigset_, &sig)) == -1, FATAL, COMMON) << "sigwait failed"; in Wait()
79 …read_sigmask(SIG_SETMASK, nullptr, &out.sigset_) == -1, FATAL, COMMON) << "pthread_sigmask failed"; in GetCurrent()
/arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/
Dcontainerslinkedlistcommon_fuzzer.h121 std::cout << "memcpy_s failed!"; in ContainersLinkedListAddFuzzTest()
143 std::cout << "memcpy_s failed!"; in ContainersLinkedListGetFirstFuzzTest()
170 std::cout << "memcpy_s failed!"; in ContainersLinkedListGetLastFuzzTest()
200 std::cout << "memcpy_s failed!"; in ContainersLinkedListAddFirstFuzzTest()
224 std::cout << "memcpy_s failed!"; in ContainersLinkedListClearFuzzTest()
251 std::cout << "memcpy_s failed!"; in ContainersLinkedListCloneFuzzTest()
278 std::cout << "memcpy_s failed!"; in ContainersLinkedListGetFuzzTest()
294 std::cout << "memcpy_s failed!"; in ContainersLinkedListGetFuzzTest()
317 std::cout << "memcpy_s failed!"; in ContainersLinkedListGetIndexOfFuzzTest()
345 std::cout << "memcpy_s failed!"; in ContainersLinkedListGetLastIndexOfFuzzTest()
[all …]
/arkcompiler/runtime_core/runtime/tooling/inspector/
Dasio_server.cpp40 LOG(ERROR, DEBUGGER) << "Failed to initialize endpoint"; in Initialize()
59 LOG(ERROR, DEBUGGER) << "Failed to bind Inspector server on port " << port; in Start()
73 LOG(ERROR, DEBUGGER) << "Failed to get the TCP endpoint"; in Start()
75 LOG(ERROR, DEBUGGER) << "Failed to start Inspector connection acceptance loop"; in Start()
/arkcompiler/ets_frontend/merge_abc/src/
DprotobufSnapshotGenerator.cpp30 std::cerr << "Failed to create: " << outputName << std::endl; in GenerateSnapshot()
42 std::cerr << "Failed to open: " << inputName << std::endl; in GenerateProgram()
47 std::cerr << "Failed to parse: " << inputName << std::endl; in GenerateProgram()
65 std::cerr << "Failed to parse cache file: " << cacheFilePath << std::endl; in GetCacheContext()
88 std::cerr << "Failed to create cache file: " << cacheFilePath << std::endl; in UpdateCacheFile()
/arkcompiler/toolchain/inspector/
Dlibrary_loader.cpp40 LOGE("Failed to open %{public}s, reason:%{public}sn", libraryName.data(), in Load()
52 LOGE("Failed to get symbol:%{public}s, reason:%{public}s", symbol.data(), in ResolveSymbol()
70 LOGE("Failed to open %{public}s, reason:%{public}sn", libraryName.data(), dlerror());
80 LOGE("Failed to get symbol:%{public}s, reason:%{public}sn", symbol.data(), dlerror());
/arkcompiler/runtime_core/runtime/
Dmonitor_object_lock.cpp35 LOG_IF(state == Monitor::State::ILLEGAL, FATAL, RUNTIME) << "Monitor::Wait() failed"; in Wait()
41 LOG_IF(state == Monitor::State::ILLEGAL, FATAL, RUNTIME) << "Monitor::Wait() failed"; in TimedWait()
47 LOG_IF(state != Monitor::State::OK, FATAL, RUNTIME) << "Monitor::Notify() failed"; in Notify()
53 LOG_IF(state != Monitor::State::OK, FATAL, RUNTIME) << "Monitor::NotifyAll() failed"; in NotifyAll()
/arkcompiler/toolchain/websocket/test/
Dwebsocket_test.cpp60 std::cerr << "ClientConnectUnixWebSocket::client socket failed, error = " in ClientConnectUnixWebSocket()
67 … std::cerr << "ClientConnectUnixWebSocket::client SetWebSocketTimeOut failed, error = " in ClientConnectUnixWebSocket()
76 … std::cerr << "ClientConnectUnixWebSocket::client memset_s serverAddr failed, error = " in ClientConnectUnixWebSocket()
84 … std::cerr << "ClientConnectUnixWebSocket::client strcpy_s serverAddr.sun_path failed, error = " in ClientConnectUnixWebSocket()
95 std::cerr << "ClientConnectUnixWebSocket::client connect failed, error = " in ClientConnectUnixWebSocket()
115 std::cerr << "ClientConnectTcpWebSocket::client socket failed, error = " in ClientConnectTcpWebSocket()
122 … std::cerr << "ClientConnectTcpWebSocket::client SetWebSocketTimeOut failed, error = " in ClientConnectTcpWebSocket()
131 … std::cerr << "ClientConnectTcpWebSocket::client memset_s serverAddr failed, error = " in ClientConnectTcpWebSocket()
140 std::cerr << "ClientConnectTcpWebSocket::client inet_pton failed, ret = " in ClientConnectTcpWebSocket()
149 std::cerr << "ClientConnectTcpWebSocket::client connect failed, error = " in ClientConnectTcpWebSocket()
[all …]
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp38 LOG_ECMA(ERROR) << "sem_[0] init failed"; in CpuProfiler()
41 LOG_ECMA(ERROR) << "sem_[1] init failed"; in CpuProfiler()
44 LOG_ECMA(ERROR) << "sem_[2] init failed"; in CpuProfiler()
60 LOG_ECMA(ERROR) << "Parameter set signal set initialization and emptying failed"; in StartCpuProfilerForInfo()
66 LOG_ECMA(ERROR) << "sigaction failed to set signal"; in StartCpuProfilerForInfo()
105 LOG_ECMA(ERROR) << "File open failed"; in StartCpuProfilerForFile()
112 LOG_ECMA(ERROR) << "Parameter set signal set initialization and emptying failed"; in StartCpuProfilerForFile()
118 LOG_ECMA(ERROR) << "sigaction failed to set signal"; in StartCpuProfilerForFile()
152 LOG_ECMA(ERROR) << "sem_[0] post failed"; in StopCpuProfilerForInfo()
156 LOG_ECMA(ERROR) << "sem_[1] wait failed"; in StopCpuProfilerForInfo()
[all …]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dfile_stream.cpp52 LOG_ECMA(ERROR) << "FileStream: check file path failed"; in Initialize()
59 LOG_ECMA(ERROR) << "FileStream: open file failed"; in Initialize()
120 LOG_ECMA(ERROR) << "Write FD print failed, ret" << ret; in WriteChunk()
125 LOG_ECMA(ERROR) << "Write FD file failed, ret" << ret; in WriteChunk()
/arkcompiler/runtime_core/runtime/mem/gc/gc-hung/
Dgc_hung.cpp79 LOG(DEBUG, GC) << "GcHung: failed to get config"; in GetConfig()
88 LOG(ERROR, GC) << "GcHung: parse parameters failed"; in GetConfig()
118 …LOG(ERROR, RUNTIME) << "failed to load " << LIB_IMONITOR << " Error: " << res_load.Error().ToStrin… in LoadLibimonitor()
125 LOG(ERROR, RUNTIME) << "failed to dlsym symbol: zrhung_send_event"; in LoadLibimonitor()
133 LOG(ERROR, RUNTIME) << "failed to dlsym symbol: zrhung_get_config"; in LoadLibimonitor()
297 LOG(ERROR, GC) << "GcHung Update Config failed, GcHung not initiated yet"; in UpdateConfig()
301 LOG(ERROR, GC) << "GcHung Update Config failed, hung not ready"; in UpdateConfig()
305 LOG(ERROR, GC) << "GcHung Update Config failed, GetConfig again failed"; in UpdateConfig()
/arkcompiler/ets_runtime/test/fuzztest/arraylist_fuzzer/
Darraylist_fuzzer.cpp140 std::cout << "memcpy_s failed!"; in ArrayListForEachFuzzTest()
181 std::cout << "memcpy_s failed!"; in ArrayListAddFuzzTest()
205 std::cout << "memcpy_s failed!"; in ArrayListClearFuzzTest()
238 std::cout << "memcpy_s failed!"; in ArrayListCloneFuzzTest()
271 std::cout << "memcpy_s failed!"; in ArrayListConvertToArrayFuzzTest()
304 std::cout << "memcpy_s failed!"; in ArrayListGetFuzzTest()
338 std::cout << "memcpy_s failed!"; in ArrayListGetCapacityFuzzTest()
371 std::cout << "memcpy_s failed!"; in ArrayListGetIndexOfFuzzTest()
405 std::cout << "memcpy_s failed!"; in ArrayListGetIteratorObjFuzzTest()
438 std::cout << "memcpy_s failed!"; in ArrayListGetLastIndexOfFuzzTest()
[all …]
/arkcompiler/runtime_core/compiler/
Dcompile_method.cpp110 LOG(INFO, COMPILER) << "Compilation failed due to memory allocation fail: " << method_name; in GetEntryPoint()
198 LOG(ERROR, COMPILER) << "Creating graph failed!"; in CompileInGraph()
199 …OMPILATION(method_name, is_osr, method->GetCodeSize(), 0, 0, 0, events::CompilationStatus::FAILED); in CompileInGraph()
205 LOG(FATAL, COMPILER) << "IrBuilder failed!"; in CompileInGraph()
207 LOG(WARNING, COMPILER) << "IrBuilder failed!"; in CompileInGraph()
208 …OMPILATION(method_name, is_osr, method->GetCodeSize(), 0, 0, 0, events::CompilationStatus::FAILED); in CompileInGraph()
216 LOG(FATAL, COMPILER) << "RunOptimizations failed!"; in CompileInGraph()
218 LOG(WARNING, COMPILER) << "RunOptimizations failed!"; in CompileInGraph()
219 …OMPILATION(method_name, is_osr, method->GetCodeSize(), 0, 0, 0, events::CompilationStatus::FAILED); in CompileInGraph()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp46 LOG_FULL(FATAL) << "memset_s failed"; in Execute()
53 LOG_FULL(FATAL) << "memset_s failed"; in Execute()
281 LOG_FULL(FATAL) << "memcpy_s failed"; in GetResult()
315 LOG_FULL(FATAL) << "memcpy_s failed"; in PushRegExpState()
324 LOG_FULL(FATAL) << "memcpy_s failed"; in PushRegExpState()
338 LOG_FULL(FATAL) << "memcpy_s failed"; in PopRegExpState()
350 LOG_FULL(FATAL) << "memcpy_s failed"; in PopRegExpState()
370 LOG_FULL(FATAL) << "memset_s failed"; in ReAllocStack()

12345678910>>...20