Skip to content

Instantly share code, notes, and snippets.

View farodin91's full-sized avatar
⛷️
Snow is falling

Jan Jansen farodin91

⛷️
Snow is falling
View GitHub Profile
package org.junit5test
import java.lang.reflect.Method;
import java.util.logging.Logger;
import org.junit.jupiter.api.extension.*;
import org.junit.jupiter.api.extension.ExtensionContext.Namespace;
import org.junit.jupiter.api.extension.ExtensionContext.Store;
public class TimingExtension implements BeforeEachCallback, BeforeTestExecutionCallback, AfterTestExecutionCallback, AfterEachCallback {
./mach run http://jquery.com
thread 'LayoutTask PipelineId(0)' panicked at 'no layout data', src/libcore/option.rs:330
stack backtrace:
1: 0x7f5735dee73e - sys::backtrace::write::hfe027f56cae344aapps
2: 0x7f5735df1fb5 - panicking::on_panic::hcd0100c6199f27b1Cax
3: 0x7f5735ddef7e - rt::unwind::begin_unwind_inner::h0544b2c664549c40gQw
4: 0x7f5735ddf96c - rt::unwind::begin_unwind_fmt::h5a900a56c2bf32ccmPw
5: 0x7f5735df19a6 - rust_begin_unwind
6: 0x7f5735e23bc4 - panicking::panic_fmt::h205f328075c6fc3cneC
7: 0x7f57339b02af - option::Option<T>::expect::h1836049990355344214
@farodin91
farodin91 / glx.log
Created July 28, 2015 17:39
glxinfo -v
$ glxinfo -v
name of display: :1
display: :1 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
GLX_ARB_context_flush_control, GLX_ARB_create_context,
GLX_ARB_create_context_profile, GLX_ARB_create_context_robustness,
GLX_ARB_fbconfig_float, GLX_ARB_multisample, GLX_EXT_buffer_age,